Differences From Artifact [b0274645f0]:
- File src/file.c — part of check-in [83c876b447] at 2007-09-21 21:53:28 on branch trunk — Win32 port: compiles, all tests pass but many functions fail due to path separators. Incomplete. Path fixes to come next (user: jnc size: 8580)
To Artifact [0453cec099]:
- File src/file.c — part of check-in [c7278fd013] at 2007-09-22 06:47:11 on branch trunk — Win32 port now functional except network operations. This commit was done on windows :-). See win32.txt for status of all commands. No networking commands are functional yet. All path operations are now functioning. (user: jnc size: 8580) [more...]
| ︙ | |||
190 191 192 193 194 195 196 | 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 | - + |
}else{
char zPwd[2000];
if( getcwd(zPwd, sizeof(zPwd)-20)==0 ){
fprintf(stderr, "pwd too big: max %d\n", sizeof(zPwd)-20);
exit(1);
}
blob_zero(pOut);
|
| ︙ |