Fossil SCM

Sigh - another fix from having edited the post-processed source.

stephan 2021-02-15 16:40 leaves-command-branched-from
Commit 39067976f30ee1947175bfe688f5b474b282e1723867f6c3299be6fde00798ef
1 file changed +1 -1
--- src/descendants.c
+++ src/descendants.c
@@ -514,11 +514,11 @@
514514
rid_to_uuid(ridOfRoot));
515515
}
516516
fossil_free(z);
517517
}
518518
z = mprintf("%s [%S] %s%s", zDate, zId, zCom,
519
- zBranchPoint ? zBranchPoint : 0);
519
+ zBranchPoint ? zBranchPoint : "");
520520
comment_print(z, zCom, 7, width, get_comment_format());
521521
fossil_free(z);
522522
fossil_free(zBranchPoint);
523523
}
524524
fossil_free(zLastBr);
525525
--- src/descendants.c
+++ src/descendants.c
@@ -514,11 +514,11 @@
514 rid_to_uuid(ridOfRoot));
515 }
516 fossil_free(z);
517 }
518 z = mprintf("%s [%S] %s%s", zDate, zId, zCom,
519 zBranchPoint ? zBranchPoint : 0);
520 comment_print(z, zCom, 7, width, get_comment_format());
521 fossil_free(z);
522 fossil_free(zBranchPoint);
523 }
524 fossil_free(zLastBr);
525
--- src/descendants.c
+++ src/descendants.c
@@ -514,11 +514,11 @@
514 rid_to_uuid(ridOfRoot));
515 }
516 fossil_free(z);
517 }
518 z = mprintf("%s [%S] %s%s", zDate, zId, zCom,
519 zBranchPoint ? zBranchPoint : "");
520 comment_print(z, zCom, 7, width, get_comment_format());
521 fossil_free(z);
522 fossil_free(zBranchPoint);
523 }
524 fossil_free(zLastBr);
525

Keyboard Shortcuts

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