Fossil SCM
Sigh - another fix from having edited the post-processed source.
Commit
39067976f30ee1947175bfe688f5b474b282e1723867f6c3299be6fde00798ef
Parent
bbb808ca030ce52…
1 file changed
+1
-1
+1
-1
| --- src/descendants.c | ||
| +++ src/descendants.c | ||
| @@ -514,11 +514,11 @@ | ||
| 514 | 514 | rid_to_uuid(ridOfRoot)); |
| 515 | 515 | } |
| 516 | 516 | fossil_free(z); |
| 517 | 517 | } |
| 518 | 518 | z = mprintf("%s [%S] %s%s", zDate, zId, zCom, |
| 519 | - zBranchPoint ? zBranchPoint : 0); | |
| 519 | + zBranchPoint ? zBranchPoint : ""); | |
| 520 | 520 | comment_print(z, zCom, 7, width, get_comment_format()); |
| 521 | 521 | fossil_free(z); |
| 522 | 522 | fossil_free(zBranchPoint); |
| 523 | 523 | } |
| 524 | 524 | fossil_free(zLastBr); |
| 525 | 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 : 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 |