X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;ds=sidebyside;f=error.h;h=e8920d29ee8afe4d518534711a58c937d873928d;hb=fbfc694f85103a86c18469c6fdd2f4f03c812337;hp=b7b66c697e5c7bdb63197845892147083d3049ce;hpb=1a4b98e797ab5ebb1ee1daa707aa0d520379ccc9;p=paraslash.git diff --git a/error.h b/error.h index b7b66c69..e8920d29 100644 --- a/error.h +++ b/error.h @@ -391,6 +391,7 @@ extern const char **para_errlist[]; #define VSS_ERRORS \ + PARA_ERROR(BAD_AUDIO_FILE_SUFFIX, "unknown suffix"), \ PARA_ERROR(AUDIO_FORMAT, "audio format not recognized"), \ PARA_ERROR(CHUNK, "unable to get chunk"), \ @@ -499,6 +500,7 @@ extern const char **para_errlist[]; PARA_ERROR(OPENDIR, "can not open directory"), \ PARA_ERROR(NOSPC, "no space left on device"), \ PARA_ERROR(OPEN, "failed to open file"), \ + PARA_ERROR(CHDIR_PERM, "insufficient permissions to chdir"), \ #define WRITE_ERRORS \