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 6c01a38 commit f091a3dCopy full SHA for f091a3d
code/logic/error.c
@@ -30,9 +30,6 @@ void fossil_io_error(const char *format, ...) {
30
char buffer[FOSSIL_IO_BUFFER_SIZE];
31
vsnprintf(buffer, sizeof(buffer), format, args);
32
33
- // Sanitize the buffer
34
- fossil_io_soap_sanitize(buffer);
35
-
36
// Print the sanitized error message
37
fprintf(stderr, "ERROR: %s\n", buffer);
38
0 commit comments