Differences From Artifact [464cb36ceb]:
- File src/import.c — part of check-in [e805fa8db9] at 2011-04-27 18:21:51 on branch windows-i18n — Attempt to get Fossil working on windows systems that do not use UTF8 in the shell. (user: drh size: 23016)
To Artifact [38e5ccd5db]:
- File src/import.c — part of check-in [eea6449098] at 2011-05-02 13:31:01 on branch windows-i18n — Change calls to unlink() into file_delete(). The file_delete() routine converts filenames to MBCS from UTF if necessary. (user: drh size: 23021) [more...]
| ︙ | |||
695 696 697 698 699 700 701 | 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 | - + |
if( g.argc==4 ){
pIn = fopen(g.argv[3], "rb");
}else{
pIn = stdin;
fossil_binary_mode(pIn);
}
if( !incrFlag ){
|
| ︙ |