Fossil SCM

Cherrypick [1b01c1ad]: Correct comment describing behavior of errCode.

andygoth 2015-05-02 20:57 trunk
Commit 6f2b59270b14600713be269795e811548cfbbac6
1 file changed +1 -1
+1 -1
--- src/update.c
+++ src/update.c
@@ -650,11 +650,11 @@
650650
const char *file, /* Full treename of the file */
651651
Blob *content, /* Put the content here */
652652
int *pIsLink, /* Set to true if file is link. */
653653
int *pIsExe, /* Set to true if file is executable */
654654
int *pIsBin, /* Set to true if file is binary */
655
- int errCode /* Error code if file not found. Panic if 0. */
655
+ int errCode /* Error code if file not found. Panic if <= 0. */
656656
){
657657
Manifest *pManifest;
658658
ManifestFile *pFile;
659659
int rid=0;
660660
661661
--- src/update.c
+++ src/update.c
@@ -650,11 +650,11 @@
650 const char *file, /* Full treename of the file */
651 Blob *content, /* Put the content here */
652 int *pIsLink, /* Set to true if file is link. */
653 int *pIsExe, /* Set to true if file is executable */
654 int *pIsBin, /* Set to true if file is binary */
655 int errCode /* Error code if file not found. Panic if 0. */
656 ){
657 Manifest *pManifest;
658 ManifestFile *pFile;
659 int rid=0;
660
661
--- src/update.c
+++ src/update.c
@@ -650,11 +650,11 @@
650 const char *file, /* Full treename of the file */
651 Blob *content, /* Put the content here */
652 int *pIsLink, /* Set to true if file is link. */
653 int *pIsExe, /* Set to true if file is executable */
654 int *pIsBin, /* Set to true if file is binary */
655 int errCode /* Error code if file not found. Panic if <= 0. */
656 ){
657 Manifest *pManifest;
658 ManifestFile *pFile;
659 int rid=0;
660
661

Keyboard Shortcuts

Open search /
Next entry (timeline) j
Previous entry (timeline) k
Open focused entry Enter
Show this help ?
Toggle theme Top nav button