[libimdb-commit] CVS: libimdb/parser imdbParser.c,1.4,1.5
Status: Pre-Alpha
Brought to you by:
jveldhuis
|
From: Jerry V. <jve...@us...> - 2003-09-11 15:20:45
|
Update of /cvsroot/libimdb/libimdb/parser
In directory sc8-pr-cvs1:/tmp/cvs-serv21809
Modified Files:
imdbParser.c
Log Message:
fixed a couple of typos
Index: imdbParser.c
===================================================================
RCS file: /cvsroot/libimdb/libimdb/parser/imdbParser.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** imdbParser.c 28 Aug 2003 15:25:01 -0000 1.4
--- imdbParser.c 11 Sep 2003 15:20:41 -0000 1.5
***************
*** 1006,1010 ****
break;
}
! PARE_LIST_FILE_MISSING_INITIAL_SEPARATORn_FAILURE(logh, pathname, msg, int, -1);
}
}
--- 1006,1010 ----
break;
}
! PARE_LIST_FILE_MISSING_INITIAL_SEPARATOR_FAILURE(logh, pathname, msg, int, -1);
}
}
***************
*** 1263,1267 ****
if ( sepFound != 3 ) {
! PARE_LIST_FILE_MISSING_FINAL_SEPARATO_RFAILURE(logh, pathname, "line starting with '-------'", int, -1);
}
--- 1263,1267 ----
if ( sepFound != 3 ) {
! PARE_LIST_FILE_MISSING_FINAL_SEPARATOR_FAILURE(logh, pathname, "line starting with '-------'", int, -1);
}
|