summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsin <sin@2f30.org>2014-09-17 11:54:48 +0100
committersin <sin@2f30.org>2014-09-17 11:54:48 +0100
commit6af761f547c6f941075c60f89797275885e38ead (patch)
tree2278e168f22453d394657ddd5fe6133724c5a60a
parent94ef23df977c41306504ae62d6def8b872186e0c (diff)
It is text_out not textout
-rw-r--r--ratatox.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ratatox.c b/ratatox.c
index 38d535f..5b88dca 100644
--- a/ratatox.c
+++ b/ratatox.c
@@ -715,7 +715,7 @@ friendcreate(int32_t fid)
statusmsg[r] = '\0';
snprintf(path, sizeof(path), "%s/statusmsg", f->idstr);
writeline(path, "w", "%s\n", statusmsg);
- snprintf(path, sizeof(path), "%s/textout", f->idstr);
+ snprintf(path, sizeof(path), "%s/text_out", f->idstr);
writeline(path, "a", "");
TAILQ_INSERT_TAIL(&friendhead, f, entry);