From: <jk...@us...> - 2003-12-02 04:52:56
|
Update of /cvsroot/opengtoolkit/deab In directory sc8-pr-cvs1:/tmp/cvs-serv3732 Modified Files: change-log.txt Log Message: Only attempts to deletes file (to overwrite) if they exist. This was causing errors if the files didn't exist. Index: change-log.txt =================================================================== RCS file: /cvsroot/opengtoolkit/deab/change-log.txt,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** change-log.txt 2 Dec 2003 01:06:35 -0000 1.1 --- change-log.txt 2 Dec 2003 03:45:53 -0000 1.2 *************** *** 5,7 **** -------------------------------- 2003-12-01 ! [Fix] Now ignores comments in INI file \ No newline at end of file --- 5,12 ---- -------------------------------- 2003-12-01 ! [Fix] Now ignores comments in INI file ! [Fix] Only attempts to delete files (to overwrite) ! if they exist. This was causing errors if ! the files didn't exist. ! [Mod] Now only deletes target files, not the entire ! target folder \ No newline at end of file |