Differences From Artifact [8263f108df]:
- File src/file.c — part of check-in [503482a2c6] at 2014-04-29 10:19:59 on branch trunk — Fix some compiler warnings 'may be uninitialized in this function'. Move path conversions out of win32_chdir/win32_access/win32_stat, as its caller already can do that. This eliminates some code duplication. (user: jan.nijtmans size: 33123) [more...]
To Artifact [a653b0a67d]:
- File src/file.c — part of check-in [96dc84077f] at 2014-09-15 02:36:05 on branch captureCaseSensitiveOption — Consolidate all use of the capture_case_sensitive_option() function. (user: mistachkin size: 33088) [more...]
| ︙ | |||
1100 1101 1102 1103 1104 1105 1106 | 1100 1101 1102 1103 1104 1105 1106 1107 1108 1109 1110 1111 1112 1113 | - |
** a boolean: "yes", "no", "true", "false", etc.
*/
void cmd_test_tree_name(void){
int i;
Blob x;
db_find_and_open_repository(0,0);
blob_zero(&x);
|
| ︙ |