Fossil SCM
It's 2021 now, not 2020.
Commit
d0e81e5941c386eb54e74ebacdca2551b51fd072ca03a8e62ab34b2c1091ed3f
Parent
381ad0c8467a503…
1 file changed
+1
-1
+1
-1
| --- src/chat.c | ||
| +++ src/chat.c | ||
| @@ -59,11 +59,11 @@ | ||
| 59 | 59 | for(i=0; i < sizeof(azBuiltins)/sizeof(azBuiltins[0]); ++i){ |
| 60 | 60 | CX("%s%!j", i ? ", " : "", azBuiltins[i]); |
| 61 | 61 | } |
| 62 | 62 | #if 0 |
| 63 | 63 | /* |
| 64 | - ** 2020-01-05 temporarily disabled until we decide whether we're | |
| 64 | + ** 2021-01-05 temporarily disabled until we decide whether we're | |
| 65 | 65 | ** going to keep configurable audio files or not. If we do, this |
| 66 | 66 | ** code needs to check whether the [unversioned] table exists before |
| 67 | 67 | ** querying it. |
| 68 | 68 | */ |
| 69 | 69 | db_prepare(&q, "SELECT 'uv/'||name FROM unversioned " |
| 70 | 70 |
| --- src/chat.c | |
| +++ src/chat.c | |
| @@ -59,11 +59,11 @@ | |
| 59 | for(i=0; i < sizeof(azBuiltins)/sizeof(azBuiltins[0]); ++i){ |
| 60 | CX("%s%!j", i ? ", " : "", azBuiltins[i]); |
| 61 | } |
| 62 | #if 0 |
| 63 | /* |
| 64 | ** 2020-01-05 temporarily disabled until we decide whether we're |
| 65 | ** going to keep configurable audio files or not. If we do, this |
| 66 | ** code needs to check whether the [unversioned] table exists before |
| 67 | ** querying it. |
| 68 | */ |
| 69 | db_prepare(&q, "SELECT 'uv/'||name FROM unversioned " |
| 70 |
| --- src/chat.c | |
| +++ src/chat.c | |
| @@ -59,11 +59,11 @@ | |
| 59 | for(i=0; i < sizeof(azBuiltins)/sizeof(azBuiltins[0]); ++i){ |
| 60 | CX("%s%!j", i ? ", " : "", azBuiltins[i]); |
| 61 | } |
| 62 | #if 0 |
| 63 | /* |
| 64 | ** 2021-01-05 temporarily disabled until we decide whether we're |
| 65 | ** going to keep configurable audio files or not. If we do, this |
| 66 | ** code needs to check whether the [unversioned] table exists before |
| 67 | ** querying it. |
| 68 | */ |
| 69 | db_prepare(&q, "SELECT 'uv/'||name FROM unversioned " |
| 70 |