From 21ec3fac700bf50b8c5cfafa6b6b5a86599fa9e2 Mon Sep 17 00:00:00 2001 From: crunchy Date: Thu, 19 Sep 2002 22:23:01 +0000 Subject: bug fixes in error handling and fix in regex_fix --- libmpio/mpio.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libmpio/mpio.h') diff --git a/libmpio/mpio.h b/libmpio/mpio.h index 7df2349..b3d781d 100644 --- a/libmpio/mpio.h +++ b/libmpio/mpio.h @@ -1,7 +1,7 @@ /* -*- linux-c -*- */ /* - * $Id: mpio.h,v 1.6 2002/09/19 20:46:02 crunchy Exp $ + * $Id: mpio.h,v 1.7 2002/09/19 22:23:01 crunchy Exp $ * * Library for USB MPIO-* * @@ -102,7 +102,7 @@ int mpio_memory_debug(mpio_t *, mpio_mem_t); int mpio_errno(void); /* returns the description of the error */ -char * mpio_strerror(int errno); +char * mpio_strerror(int err); /* prints the error message of the last error*/ void mpio_perror(char *prefix); -- cgit v1.2.3