summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ratox.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ratox.c b/ratox.c
index da89a06..c27931e 100644
--- a/ratox.c
+++ b/ratox.c
@@ -1041,7 +1041,7 @@ localinit(void)
/* Dump Nospam */
ftruncate(gslots[NOSPAM].fd[OUT], 0);
- dprintf(gslots[NOSPAM].fd[OUT], "%X\n", tox_get_nospam(tox));
+ dprintf(gslots[NOSPAM].fd[OUT], "%08X\n", tox_get_nospam(tox));
return 0;
}