summaryrefslogtreecommitdiffstats
path: root/kexi/3rdparty
diff options
context:
space:
mode:
Diffstat (limited to 'kexi/3rdparty')
-rw-r--r--kexi/3rdparty/kexisql/src/shell.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/kexi/3rdparty/kexisql/src/shell.c b/kexi/3rdparty/kexisql/src/shell.c
index 6dbed415..8158e5ea 100644
--- a/kexi/3rdparty/kexisql/src/shell.c
+++ b/kexi/3rdparty/kexisql/src/shell.c
@@ -757,7 +757,7 @@ if (SQLITE_OK!=sqlite_finalize( pVm, &errMsg)) {
}else
if( c=='h' && strncmp(azArg[0], "help", n)==0 ){
- fprintf(stderr,zHelp);
+ fprintf(stderr,"%s",zHelp);
}else
if( c=='i' && strncmp(azArg[0], "indices", n)==0 && nArg>1 ){