X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=error.h;h=05efb790aab78184c58e23829603270e41392ca6;hp=0f83398e7aae6333446ee45555a0fd91879e152f;hb=501edee5b98e4133bb64f41f78ffec1cd6f91f7e;hpb=6f05bb12b7d9d2cfbd419e2709bafde27da1b21b diff --git a/error.h b/error.h index 0f83398e..05efb790 100644 --- a/error.h +++ b/error.h @@ -321,7 +321,6 @@ extern const char **para_errlist[]; #define RANDOM_SELECTOR_ERRORS \ - PARA_ERROR(FILE_COUNT, "audio file count exceeded"), \ PARA_ERROR(NOTHING_FOUND, "no audio files found"), \ @@ -397,6 +396,7 @@ extern const char **para_errlist[]; #define FD_ERRORS \ PARA_ERROR(F_GETFL, "failed to get fd flags"), \ PARA_ERROR(F_SETFL, "failed to set fd flags"), \ + PARA_ERROR(FGETS, "fgets error"), \ #define WRITE_ERRORS \