Fossil SCM
OCR fix in one of the new delta-format Pikchrs, reported on the forum. (<https://www.fossil-scm.org/forum/forumpost/db23980273>)
Commit
9199f77119cc7e721be58dd83752b108f3020e1cc79ba4d116b43a25c89dd970
Parent
569a99322754f1d…
1 file changed
+1
-1
+1
-1
| --- www/delta_format.wiki | ||
| +++ www/delta_format.wiki | ||
| @@ -95,11 +95,11 @@ | ||
| 95 | 95 | |
| 96 | 96 | <a name="trailer"></a><h2>2.2 Trailer</h2> |
| 97 | 97 | <verbatim type="pikchr"> |
| 98 | 98 | leftmargin = 0.1 |
| 99 | 99 | box height 50% "Checksum" |
| 100 | - box same "\":\"" | |
| 100 | + box same "\";\"" | |
| 101 | 101 | </verbatim> |
| 102 | 102 | |
| 103 | 103 | <p>The trailer consists of a single number followed by a semicolon (ASCII |
| 104 | 104 | 0x3b). This number is a checksum of the target and can be used by a |
| 105 | 105 | decoder to verify that the delta applied correctly, reconstructing the |
| 106 | 106 |
| --- www/delta_format.wiki | |
| +++ www/delta_format.wiki | |
| @@ -95,11 +95,11 @@ | |
| 95 | |
| 96 | <a name="trailer"></a><h2>2.2 Trailer</h2> |
| 97 | <verbatim type="pikchr"> |
| 98 | leftmargin = 0.1 |
| 99 | box height 50% "Checksum" |
| 100 | box same "\":\"" |
| 101 | </verbatim> |
| 102 | |
| 103 | <p>The trailer consists of a single number followed by a semicolon (ASCII |
| 104 | 0x3b). This number is a checksum of the target and can be used by a |
| 105 | decoder to verify that the delta applied correctly, reconstructing the |
| 106 |
| --- www/delta_format.wiki | |
| +++ www/delta_format.wiki | |
| @@ -95,11 +95,11 @@ | |
| 95 | |
| 96 | <a name="trailer"></a><h2>2.2 Trailer</h2> |
| 97 | <verbatim type="pikchr"> |
| 98 | leftmargin = 0.1 |
| 99 | box height 50% "Checksum" |
| 100 | box same "\";\"" |
| 101 | </verbatim> |
| 102 | |
| 103 | <p>The trailer consists of a single number followed by a semicolon (ASCII |
| 104 | 0x3b). This number is a checksum of the target and can be used by a |
| 105 | decoder to verify that the delta applied correctly, reconstructing the |
| 106 |