From fe97d16fe3f5f434d084080d5e8d71ca43d86b73 Mon Sep 17 00:00:00 2001 From: Tristan Riehs Date: Sat, 27 Dec 2025 14:44:19 +0100 Subject: Fix doc --- src/main.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main.c b/src/main.c index ad64422..4ca6cfe 100644 --- a/src/main.c +++ b/src/main.c @@ -92,8 +92,8 @@ int prompt_yes_no(void) return 0; } -/* Convert heap-allocated *STR to C string to SQL string, essentially by adding - * single quotes to escape single quotes. */ +/* Convert heap-allocated *STR from C string to SQL string, essentially by + * adding single quotes to escape single quotes. */ static void sanitize_sql_str(char **str) { int nt = 0; /* total number to insert */ -- cgit v1.2.3