From 6af761f547c6f941075c60f89797275885e38ead Mon Sep 17 00:00:00 2001 From: sin Date: Wed, 17 Sep 2014 11:54:48 +0100 Subject: It is text_out not textout --- ratatox.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ratatox.c') 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); -- cgit v1.2.3