aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorWojciech Polak <polak@gnu.org>2004-11-22 17:36:31 +0000
committerWojciech Polak <polak@gnu.org>2004-11-22 17:36:31 +0000
commit0377c3ef382fd7f1b0cd4710ecfc41dcb3020f22 (patch)
treeaee9110a25916eece1b786e6a8513a213e3d7d54 /src
parent7a9f10db6767645745929c5ddb67cfd142175232 (diff)
downloadanubis-0377c3ef382fd7f1b0cd4710ecfc41dcb3020f22.tar.gz
anubis-0377c3ef382fd7f1b0cd4710ecfc41dcb3020f22.tar.bz2
(anubis_memory_error): Fixed wrong format strings.
Diffstat (limited to 'src')
-rw-r--r--src/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.c b/src/main.c
index 71c4ca8..eac607d 100644
--- a/src/main.c
+++ b/src/main.c
@@ -55,7 +55,7 @@ anubis_core (void)
static void
anubis_memory_error (const char *msg)
{
- anubis_error (EXIT_FAILURE, 0, msg);
+ anubis_error (EXIT_FAILURE, 0, "%s", msg);
}
int

Return to:

Send suggestions and report system problems to the System administrator.