Update of /cvsroot/radmind/radmind-assistant
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28944
Modified Files:
kvalid.c
Log Message:
Let's do this right: show error with correct filename.
Index: kvalid.c
===================================================================
RCS file: /cvsroot/radmind/radmind-assistant/kvalid.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** kvalid.c 27 Mar 2006 19:26:38 -0000 1.4
--- kvalid.c 27 Mar 2006 19:29:27 -0000 1.5
***************
*** 105,109 ****
/* open and read command file, adding k lines to list */
if (( kf = fopen( kcur->l_path, "r" )) == NULL ) {
! perror( kfile );
exit( 2 );
}
--- 105,109 ----
/* open and read command file, adding k lines to list */
if (( kf = fopen( kcur->l_path, "r" )) == NULL ) {
! perror( kcur->l_path );
exit( 2 );
}
|