X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=error.h;fp=error.h;h=e34d8094ccd60215fccdf566b3c4cb592060c6ad;hb=26a0b7e457d1dd7e0e40d866d28de00c5d1cfa54;hp=39c109f9ca5f15670158ad4eb6eb45d19a050898;hpb=d9566a07057f68b0effd404e2da7817555f35383;p=paraslash.git diff --git a/error.h b/error.h index 39c109f9..e34d8094 100644 --- 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(SHORT_WRITE, "unexpected short write"), \ PARA_ERROR(EMPTY, "file is empty"), \