Differences From Artifact [1775e7a6d7]:
- File src/clearsign.c — part of check-in [d9880a8003] at 2010-11-06 21:04:30 on branch trunk — Rename the "portable_system()" function to "fossil_system()" and move it from diffcmd.c into main.c. (user: drh size: 1535) [more...]
To Artifact [7ad6d8eebc]:
- File src/clearsign.c — part of check-in [a1814d5015] at 2011-02-12 13:38:05 on branch file-safety — This branch contains experimental changes attempting to address complaints that Fossil sometimes overwrites unmanaged files. In this checkin: Use file_delete() instead of unlink() everywhere. Add interfaces file_move() and file_dont_overwrite() but do not use those interfaces yet. (user: drh size: 1545) [more...]
| ︙ | |||
50 51 52 53 54 55 56 | 50 51 52 53 54 55 56 57 58 59 60 61 62 | - - + + |
blob_zero(pOut);
blob_read_from_file(pOut, zIn);
}else{
if( pOut!=pIn ){
blob_copy(pOut, pIn);
}
}
|