Differences From Artifact [2764649923]:
- File src/vfile.c — part of check-in [0e6b7bc363] at 2012-10-15 05:09:44 on branch trunk — bug-fix: is_temporary_file expects utf8, not unicode on Windows (user: jan.nijtmans size: 24127) [more...]
To Artifact [451d85c26d]:
- File src/vfile.c — part of check-in [d2e1469d12] at 2012-10-15 05:28:46 on branch use-utf8-in-win-external-editor — unused variable includeDotFiles <p>struct utimbuf -> struct _utimbuf (compiler warning with mingw-w64) <p>a few "const" additions (user: jan.nijtmans size: 24133) [more...]
| ︙ | |||
383 384 385 386 387 388 389 | 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 | - + |
return fileFound;
}
/*
** Return TRUE if zFile is a temporary file. Return FALSE if not.
*/
static int is_temporary_file(const char *zName){
|
| ︙ |