Update of /cvsroot/radmind/radmind
In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv30208
Modified Files:
lapply.c
Log Message:
Removed unset string from error message.
Index: lapply.c
===================================================================
RCS file: /cvsroot/radmind/radmind/lapply.c,v
retrieving revision 1.138
retrieving revision 1.139
diff -C2 -d -r1.138 -r1.139
*** lapply.c 18 Jun 2007 19:40:05 -0000 1.138
--- lapply.c 11 Jul 2007 02:59:43 -0000 1.139
***************
*** 521,526 ****
if ( prepath != 0 ) {
if ( pathcasecmp( path, prepath, case_sensitive ) < 0 ) {
! fprintf( stderr, "%s: line %d: bad sort order\n",
! transcript, linenum );
goto error2;
}
--- 521,525 ----
if ( prepath != 0 ) {
if ( pathcasecmp( path, prepath, case_sensitive ) < 0 ) {
! fprintf( stderr, "line %d: bad sort order\n", linenum );
goto error2;
}
|