tFix error message - ratox - FIFO based tox client
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
(DIR) LICENSE
---
(DIR) commit 1fce5203713df7304c4e9bcb0f94ea3a8c6b184a
(DIR) parent dece4cc791d66c75c89caead1b44dafe92227ce2
(HTM) Author: sin <sin@2f30.org>
Date: Fri, 26 Sep 2014 16:39:33 +0100
Fix error message
Diffstat:
M ratox.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
(DIR) diff --git a/ratox.c b/ratox.c
t@@ -687,7 +687,7 @@ dataload(void)
lseek(fd, 0, SEEK_SET);
if (sz == 0)
- eprintf("%s seems to be corrupt\n", DATAFILE);
+ eprintf("%s seems to be empty\n", DATAFILE);
data = malloc(sz);
if (!data)