Fossil SCM
comment fix
Commit
f78a487f4321daadd87c1be96bc3fcbbf4767cbc
Parent
d085eb9aca2665a…
1 file changed
+1
-1
+1
-1
| --- src/update.c | ||
| +++ src/update.c | ||
| @@ -613,11 +613,11 @@ | ||
| 613 | 613 | const char *revision, /* The checkin containing the file */ |
| 614 | 614 | const char *file, /* Full treename of the file */ |
| 615 | 615 | Blob *content, /* Put the content here */ |
| 616 | 616 | int *pIsLink, /* Set to true if file is link. */ |
| 617 | 617 | int *pIsExe, /* Set to true if file is executable */ |
| 618 | - int *pEType, /* Set to file type, look_like_text()&3 */ | |
| 618 | + int *pEType, /* Set to file type, looks_like_text() */ | |
| 619 | 619 | int errCode /* Error code if file not found. Panic if 0. */ |
| 620 | 620 | ){ |
| 621 | 621 | Manifest *pManifest; |
| 622 | 622 | ManifestFile *pFile; |
| 623 | 623 | int rid=0; |
| 624 | 624 |
| --- src/update.c | |
| +++ src/update.c | |
| @@ -613,11 +613,11 @@ | |
| 613 | const char *revision, /* The checkin containing the file */ |
| 614 | const char *file, /* Full treename of the file */ |
| 615 | Blob *content, /* Put the content here */ |
| 616 | int *pIsLink, /* Set to true if file is link. */ |
| 617 | int *pIsExe, /* Set to true if file is executable */ |
| 618 | int *pEType, /* Set to file type, look_like_text()&3 */ |
| 619 | int errCode /* Error code if file not found. Panic if 0. */ |
| 620 | ){ |
| 621 | Manifest *pManifest; |
| 622 | ManifestFile *pFile; |
| 623 | int rid=0; |
| 624 |
| --- src/update.c | |
| +++ src/update.c | |
| @@ -613,11 +613,11 @@ | |
| 613 | const char *revision, /* The checkin containing the file */ |
| 614 | const char *file, /* Full treename of the file */ |
| 615 | Blob *content, /* Put the content here */ |
| 616 | int *pIsLink, /* Set to true if file is link. */ |
| 617 | int *pIsExe, /* Set to true if file is executable */ |
| 618 | int *pEType, /* Set to file type, looks_like_text() */ |
| 619 | int errCode /* Error code if file not found. Panic if 0. */ |
| 620 | ){ |
| 621 | Manifest *pManifest; |
| 622 | ManifestFile *pFile; |
| 623 | int rid=0; |
| 624 |