projects
/
paraslash.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Improve error diagnostics of mmap_full_file().
[paraslash.git]
/
error.h
diff --git
a/error.h
b/error.h
index
63d4d5d
..
39c109f
100644
(file)
--- a/
error.h
+++ b/
error.h
@@
-441,6
+441,7
@@
extern const char **para_errlist[];
PARA_ERROR(FGETS, "fgets error"), \
PARA_ERROR(EOF, "end of file"), \
PARA_ERROR(READ_PATTERN, "did not read expected pattern"), \
+ PARA_ERROR(EMPTY, "file is empty"), \
#define ALSA_WRITE_ERRORS \