From fabd02b4bb0c1df2b65ea682b29087a1776954ed Mon Sep 17 00:00:00 2001 From: pixel Date: Mon, 9 Jul 2007 16:34:30 +0000 Subject: Adding basic file handling. --- mpq-errors.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'mpq-errors.c') diff --git a/mpq-errors.c b/mpq-errors.c index e0b8655..881e2b1 100644 --- a/mpq-errors.c +++ b/mpq-errors.c @@ -3,10 +3,13 @@ static const char * error_strings[] = { "No error.", + "Unknown error - internal error.", "Error opening file.", "File specified isn't an MPQ archive.", "Not enough memory.", "File read error.", + "Invalid ioctl.", + "Invalid ioctl's file entry.", }; static const char * wrong_errno = "Invalid error number - internal error."; -- cgit v1.2.3