Fossil SCM
Fix harmless compiler warning.
Commit
9147aa2c5b4dbdb237b34858eefb691b78348165
Parent
b2455507cb732c1…
1 file changed
+1
-1
+1
-1
| --- src/checkin.c | ||
| +++ src/checkin.c | ||
| @@ -977,11 +977,11 @@ | ||
| 977 | 977 | int vid, /* BLOB.id for the parent check-in */ |
| 978 | 978 | CheckinInfo *p, /* Information about the check-in */ |
| 979 | 979 | int *pnFBcard /* OUT: Number of generated B- and F-cards */ |
| 980 | 980 | ){ |
| 981 | 981 | char *zDate; /* Date of the check-in */ |
| 982 | - char *zParentUuid; /* UUID of parent check-in */ | |
| 982 | + char *zParentUuid = 0; /* UUID of parent check-in */ | |
| 983 | 983 | Blob filename; /* A single filename */ |
| 984 | 984 | int nBasename; /* Size of base filename */ |
| 985 | 985 | Stmt q; /* Various queries */ |
| 986 | 986 | Blob mcksum; /* Manifest checksum */ |
| 987 | 987 | ManifestFile *pFile; /* File from the baseline */ |
| 988 | 988 |
| --- src/checkin.c | |
| +++ src/checkin.c | |
| @@ -977,11 +977,11 @@ | |
| 977 | int vid, /* BLOB.id for the parent check-in */ |
| 978 | CheckinInfo *p, /* Information about the check-in */ |
| 979 | int *pnFBcard /* OUT: Number of generated B- and F-cards */ |
| 980 | ){ |
| 981 | char *zDate; /* Date of the check-in */ |
| 982 | char *zParentUuid; /* UUID of parent check-in */ |
| 983 | Blob filename; /* A single filename */ |
| 984 | int nBasename; /* Size of base filename */ |
| 985 | Stmt q; /* Various queries */ |
| 986 | Blob mcksum; /* Manifest checksum */ |
| 987 | ManifestFile *pFile; /* File from the baseline */ |
| 988 |
| --- src/checkin.c | |
| +++ src/checkin.c | |
| @@ -977,11 +977,11 @@ | |
| 977 | int vid, /* BLOB.id for the parent check-in */ |
| 978 | CheckinInfo *p, /* Information about the check-in */ |
| 979 | int *pnFBcard /* OUT: Number of generated B- and F-cards */ |
| 980 | ){ |
| 981 | char *zDate; /* Date of the check-in */ |
| 982 | char *zParentUuid = 0; /* UUID of parent check-in */ |
| 983 | Blob filename; /* A single filename */ |
| 984 | int nBasename; /* Size of base filename */ |
| 985 | Stmt q; /* Various queries */ |
| 986 | Blob mcksum; /* Manifest checksum */ |
| 987 | ManifestFile *pFile; /* File from the baseline */ |
| 988 |