summaryrefslogtreecommitdiff
path: root/src/string.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/string.c')
-rw-r--r--src/string.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/string.c b/src/string.c
index dbdb234..7d737c7 100644
--- a/src/string.c
+++ b/src/string.c
@@ -155,8 +155,8 @@ strerror(int errnum)
return "resource temporarily unavailable";
case ENOMEM:
return "not enough space";
- case EIO:
- return "input/output error";
+ case ENOENT:
+ return "no such file or directory";
case EBUSY:
return "resource busy";
case EEXIST: