Fossil SCM
Fix to the prior commit: editing lost a closing "*/" in a comment, yet it compiled with only a warning, and I missed the warning.
Commit
c5d287b66b1c3535048d3f21956d69c6e99460e7c0381e83d60fe4b34019ad01
Parent
7dc0433b5477280…
1 file changed
+1
M
src/db.c
+1
| --- src/db.c | ||
| +++ src/db.c | ||
| @@ -4224,10 +4224,11 @@ | ||
| 4224 | 4224 | ** The VALUE of this setting is a list of GLOB patterns matching files |
| 4225 | 4225 | ** in which it is allowed to have CR, CR+LF or mixed line endings, |
| 4226 | 4226 | ** suppressing Fossil's normal warning about this. Set it to "*" to |
| 4227 | 4227 | ** disable CR+LF checking entirely. Example: *.md,*.txt |
| 4228 | 4228 | ** The crnl-glob setting is a compatibility alias. |
| 4229 | +*/ | |
| 4229 | 4230 | /* |
| 4230 | 4231 | ** SETTING: crnl-glob width=40 versionable block-text |
| 4231 | 4232 | ** This is an alias for the crlf-glob setting. |
| 4232 | 4233 | */ |
| 4233 | 4234 | /* |
| 4234 | 4235 |
| --- src/db.c | |
| +++ src/db.c | |
| @@ -4224,10 +4224,11 @@ | |
| 4224 | ** The VALUE of this setting is a list of GLOB patterns matching files |
| 4225 | ** in which it is allowed to have CR, CR+LF or mixed line endings, |
| 4226 | ** suppressing Fossil's normal warning about this. Set it to "*" to |
| 4227 | ** disable CR+LF checking entirely. Example: *.md,*.txt |
| 4228 | ** The crnl-glob setting is a compatibility alias. |
| 4229 | /* |
| 4230 | ** SETTING: crnl-glob width=40 versionable block-text |
| 4231 | ** This is an alias for the crlf-glob setting. |
| 4232 | */ |
| 4233 | /* |
| 4234 |
| --- src/db.c | |
| +++ src/db.c | |
| @@ -4224,10 +4224,11 @@ | |
| 4224 | ** The VALUE of this setting is a list of GLOB patterns matching files |
| 4225 | ** in which it is allowed to have CR, CR+LF or mixed line endings, |
| 4226 | ** suppressing Fossil's normal warning about this. Set it to "*" to |
| 4227 | ** disable CR+LF checking entirely. Example: *.md,*.txt |
| 4228 | ** The crnl-glob setting is a compatibility alias. |
| 4229 | */ |
| 4230 | /* |
| 4231 | ** SETTING: crnl-glob width=40 versionable block-text |
| 4232 | ** This is an alias for the crlf-glob setting. |
| 4233 | */ |
| 4234 | /* |
| 4235 |