diff options
author | sin <sin@2f30.org> | 2014-09-17 11:54:48 +0100 |
---|---|---|
committer | sin <sin@2f30.org> | 2014-09-17 11:54:48 +0100 |
commit | 6af761f547c6f941075c60f89797275885e38ead (patch) | |
tree | 2278e168f22453d394657ddd5fe6133724c5a60a /ratatox.c | |
parent | 94ef23df977c41306504ae62d6def8b872186e0c (diff) |
It is text_out not textout
Diffstat (limited to 'ratatox.c')
-rw-r--r-- | ratatox.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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); |