Skip to content

Commit 2e2b9d9

Browse files
updated
1 parent e1f3420 commit 2e2b9d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

code/logic/error.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ void fossil_io_error(const char *format, ...) {
3131
vsnprintf(buffer, sizeof(buffer), format, args);
3232

3333
// Sanitize the buffer
34-
fossil_soap_sanitize(buffer);
34+
fossil_io_soap_sanitize(buffer);
3535

3636
// Print the sanitized error message
3737
fprintf(stderr, "ERROR: %s\n", buffer);

0 commit comments

Comments
 (0)