ratox

FIFO based tox client
git clone git://git.2f30.org/ratox
Log | Files | Refs | README | LICENSE

commit 626785209095f8afb1af65a4a0406b2683560e94
parent f7a953ff973a632f4afa4914482052c2ad8ee300
Author: pranomostro <pranomostro@posteo.net>
Date:   Sun,  9 Jul 2017 13:42:33 +0200

Clarified error message for missing flag.

Diffstat:
Mratox.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ratox.c b/ratox.c @@ -1937,7 +1937,7 @@ newconf(void *data) input[n] = '\0'; if(!((input[0] == 't' || input[0] == 'a' || input[0] == 'v') && input[1] == ' ')) { dprintf(gslots[CONF].fd[ERR], "No flag t|a|v found in input \"%s\"\n", input); - weprintf("No flag found in input\n"); + weprintf("No flag t|a|v found in input\n"); return; } if(input[0] == 'a' || input[0] == 'v') {