HuntnGather – Diff between revs 14 and 15

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 14 Rev 15
Line 242... Line 242...
242 free(subPath); 242 free(subPath);
243 continue; 243 continue;
244 } 244 }
Line 245... Line 245...
245   245  
-   246 // Write to database file.
-   247  
-   248 #if defined ___NOCASE_FS___
-   249 strupr(dirEntry->d_name);
-   250 #endif
246 // Write to database file. 251  
Line 247... Line 252...
247 fprintf(fp, "%s\t%s\n", dirEntry->d_name, subPath); 252 fprintf(fp, "%s\t%s\n", dirEntry->d_name, subPath);
Line 248... Line 253...
248   253