Fossil SCM

Fix harmless compiler warning.

mistachkin 2013-10-27 01:17 UTC trunk
Commit 9147aa2c5b4dbdb237b34858eefb691b78348165
1 file changed +1 -1
+1 -1
--- src/checkin.c
+++ src/checkin.c
@@ -977,11 +977,11 @@
977977
int vid, /* BLOB.id for the parent check-in */
978978
CheckinInfo *p, /* Information about the check-in */
979979
int *pnFBcard /* OUT: Number of generated B- and F-cards */
980980
){
981981
char *zDate; /* Date of the check-in */
982
- char *zParentUuid; /* UUID of parent check-in */
982
+ char *zParentUuid = 0; /* UUID of parent check-in */
983983
Blob filename; /* A single filename */
984984
int nBasename; /* Size of base filename */
985985
Stmt q; /* Various queries */
986986
Blob mcksum; /* Manifest checksum */
987987
ManifestFile *pFile; /* File from the baseline */
988988
--- 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

Keyboard Shortcuts

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