aboutsummaryrefslogtreecommitdiff
path: root/m2.c
diff options
context:
space:
mode:
Diffstat (limited to 'm2.c')
-rw-r--r--m2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/m2.c b/m2.c
index 1f7d962..be42640 100644
--- a/m2.c
+++ b/m2.c
@@ -69,7 +69,7 @@ int main(int argc, char **argv) {
title,
title_zh ? title_zh : "",
text,
- text_zh);
+ text_zh ? text_zh : "");
break;
}
if ((r = sqlite3_reset(stmt))) {