From 169524e1c52e2dc60c843f7c0b89e2461838df04 Mon Sep 17 00:00:00 2001 From: Andre Noll Date: Sun, 24 Jul 2016 14:14:34 +0200 Subject: [PATCH] afh_recv: Improve error message of E_AFH_RECV_BAD_FILENAME. This error code is only used if no file name was given, so the old error message was misleading. --- error.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/error.h b/error.h index 3d58e630..337160c9 100644 --- a/error.h +++ b/error.h @@ -103,7 +103,7 @@ extern const char **para_errlist[]; #define AFH_RECV_ERRORS \ - PARA_ERROR(AFH_RECV_BAD_FILENAME, "invalid file name"), \ + PARA_ERROR(AFH_RECV_BAD_FILENAME, "no file name given"), \ #define OGG_AFH_COMMON_ERRORS \ -- 2.39.5