Fossil SCM
fixed a minor documentation typo.
Commit
648e74d857fc4b5de1768ff222234174cf41e6d5
Parent
e65422ea5fcf794…
1 file changed
+1
-1
+1
-1
| --- src/sqlcmd.c | ||
| +++ src/sqlcmd.c | ||
| @@ -75,11 +75,11 @@ | ||
| 75 | 75 | compress(&pOut[4], &nOut, pIn, nIn); |
| 76 | 76 | sqlite3_result_blob(context, pOut, nOut+4, sqlite3_free); |
| 77 | 77 | } |
| 78 | 78 | |
| 79 | 79 | /* |
| 80 | -** Implementation of the "uncontent(X)" SQL function. The argument X | |
| 80 | +** Implementation of the "decompress(X)" SQL function. The argument X | |
| 81 | 81 | ** is a blob which was obtained from compress(Y). The output will be |
| 82 | 82 | ** the value Y. |
| 83 | 83 | */ |
| 84 | 84 | static void sqlcmd_decompress( |
| 85 | 85 | sqlite3_context *context, |
| 86 | 86 |
| --- src/sqlcmd.c | |
| +++ src/sqlcmd.c | |
| @@ -75,11 +75,11 @@ | |
| 75 | compress(&pOut[4], &nOut, pIn, nIn); |
| 76 | sqlite3_result_blob(context, pOut, nOut+4, sqlite3_free); |
| 77 | } |
| 78 | |
| 79 | /* |
| 80 | ** Implementation of the "uncontent(X)" SQL function. The argument X |
| 81 | ** is a blob which was obtained from compress(Y). The output will be |
| 82 | ** the value Y. |
| 83 | */ |
| 84 | static void sqlcmd_decompress( |
| 85 | sqlite3_context *context, |
| 86 |
| --- src/sqlcmd.c | |
| +++ src/sqlcmd.c | |
| @@ -75,11 +75,11 @@ | |
| 75 | compress(&pOut[4], &nOut, pIn, nIn); |
| 76 | sqlite3_result_blob(context, pOut, nOut+4, sqlite3_free); |
| 77 | } |
| 78 | |
| 79 | /* |
| 80 | ** Implementation of the "decompress(X)" SQL function. The argument X |
| 81 | ** is a blob which was obtained from compress(Y). The output will be |
| 82 | ** the value Y. |
| 83 | */ |
| 84 | static void sqlcmd_decompress( |
| 85 | sqlite3_context *context, |
| 86 |