diff options
| author | Tristan Riehs <tristan.riehs@inria.fr> | 2025-12-27 14:44:19 +0100 |
|---|---|---|
| committer | Tristan Riehs <tristan.riehs@inria.fr> | 2025-12-27 14:44:19 +0100 |
| commit | fe97d16fe3f5f434d084080d5e8d71ca43d86b73 (patch) | |
| tree | 9e9e4962ece2763776c77d3c6baffd0572c149b7 /src | |
| parent | 3403b294b75b893f9f18b1d140473eae94e4ff87 (diff) | |
Fix doc
Diffstat (limited to 'src')
| -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 */ |
