Fossil SCM
Update the comment for the code copied from the SQLite shell.
Commit
d98999f80136664c5f08d7afc90b4300e76dccf200c9dc10637ae18d10a688b0
Parent
fb0845d1aaab27f…
1 file changed
+1
-1
+1
-1
| --- src/comformat.c | ||
| +++ src/comformat.c | ||
| @@ -31,11 +31,11 @@ | ||
| 31 | 31 | #define COMMENT_PRINT_ORIG_BREAK ((u32)0x00000010) /* Break before original. */ |
| 32 | 32 | #define COMMENT_PRINT_DEFAULT (COMMENT_PRINT_LEGACY) /* Defaults. */ |
| 33 | 33 | #define COMMENT_PRINT_UNSET (-1) /* Not initialized. */ |
| 34 | 34 | #endif |
| 35 | 35 | |
| 36 | -/********* Code copied from SQLite src/shell.c.in on 2024-09-28 **********/ | |
| 36 | +/********* Code copied from SQLite src/shell.c.in on 2024-09-30 **********/ | |
| 37 | 37 | /* Lookup table to estimate the number of columns consumed by a Unicode |
| 38 | 38 | ** character. |
| 39 | 39 | */ |
| 40 | 40 | static const struct { |
| 41 | 41 | unsigned char w; /* Width of the character in columns */ |
| 42 | 42 |
| --- src/comformat.c | |
| +++ src/comformat.c | |
| @@ -31,11 +31,11 @@ | |
| 31 | #define COMMENT_PRINT_ORIG_BREAK ((u32)0x00000010) /* Break before original. */ |
| 32 | #define COMMENT_PRINT_DEFAULT (COMMENT_PRINT_LEGACY) /* Defaults. */ |
| 33 | #define COMMENT_PRINT_UNSET (-1) /* Not initialized. */ |
| 34 | #endif |
| 35 | |
| 36 | /********* Code copied from SQLite src/shell.c.in on 2024-09-28 **********/ |
| 37 | /* Lookup table to estimate the number of columns consumed by a Unicode |
| 38 | ** character. |
| 39 | */ |
| 40 | static const struct { |
| 41 | unsigned char w; /* Width of the character in columns */ |
| 42 |
| --- src/comformat.c | |
| +++ src/comformat.c | |
| @@ -31,11 +31,11 @@ | |
| 31 | #define COMMENT_PRINT_ORIG_BREAK ((u32)0x00000010) /* Break before original. */ |
| 32 | #define COMMENT_PRINT_DEFAULT (COMMENT_PRINT_LEGACY) /* Defaults. */ |
| 33 | #define COMMENT_PRINT_UNSET (-1) /* Not initialized. */ |
| 34 | #endif |
| 35 | |
| 36 | /********* Code copied from SQLite src/shell.c.in on 2024-09-30 **********/ |
| 37 | /* Lookup table to estimate the number of columns consumed by a Unicode |
| 38 | ** character. |
| 39 | */ |
| 40 | static const struct { |
| 41 | unsigned char w; /* Width of the character in columns */ |
| 42 |