HuntnGather – Diff between revs 42 and 43

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 42 Rev 43
Line 1149... Line 1149...
1149   1149  
1150 // Filter the database of the provided paths. 1150 // Filter the database of the provided paths.
Line 1151... Line 1151...
1151 FilterDatabasePaths(dbFile, tmpName, paths); 1151 FilterDatabasePaths(dbFile, tmpName, paths);
1152   1152  
Line 1153... Line 1153...
1153 // Overwrite the database file with the filtered paths. 1153 // Overwrite the database file with the filtered paths.
1154 CopyFile(tmpName, dbFile); 1154 CopyLines(tmpName, dbFile);
1155   1155  
1156 // Remove temporary file. 1156 // Remove temporary file.