Fossil SCM

fixed a minor documentation typo.

stephan 2012-03-02 13:36 trunk
Commit 648e74d857fc4b5de1768ff222234174cf41e6d5
1 file changed +1 -1
+1 -1
--- src/sqlcmd.c
+++ src/sqlcmd.c
@@ -75,11 +75,11 @@
7575
compress(&pOut[4], &nOut, pIn, nIn);
7676
sqlite3_result_blob(context, pOut, nOut+4, sqlite3_free);
7777
}
7878
7979
/*
80
-** Implementation of the "uncontent(X)" SQL function. The argument X
80
+** Implementation of the "decompress(X)" SQL function. The argument X
8181
** is a blob which was obtained from compress(Y). The output will be
8282
** the value Y.
8383
*/
8484
static void sqlcmd_decompress(
8585
sqlite3_context *context,
8686
--- 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

Keyboard Shortcuts

Open search /
Next entry (timeline) j
Previous entry (timeline) k
Open focused entry Enter
Show this help ?
Toggle theme Top nav button