diff options
| -rw-r--r-- | src/main.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 */ |
