We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1f3420 commit 2e2b9d9Copy full SHA for 2e2b9d9
code/logic/error.c
@@ -31,7 +31,7 @@ void fossil_io_error(const char *format, ...) {
31
vsnprintf(buffer, sizeof(buffer), format, args);
32
33
// Sanitize the buffer
34
- fossil_soap_sanitize(buffer);
+ fossil_io_soap_sanitize(buffer);
35
36
// Print the sanitized error message
37
fprintf(stderr, "ERROR: %s\n", buffer);
0 commit comments