From 0ccb893d438e0517416c46f4ed2b824a1b582405 Mon Sep 17 00:00:00 2001 From: James Stembridge Date: Thu, 4 Dec 2003 22:15:25 +0000 Subject: some const correctness CVS patchset: 5841 CVS date: 2003/12/04 22:15:25 --- src/xine-utils/utils.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/xine-utils/utils.c') diff --git a/src/xine-utils/utils.c b/src/xine-utils/utils.c index be5220231..bb8c2bee2 100644 --- a/src/xine-utils/utils.c +++ b/src/xine-utils/utils.c @@ -17,7 +17,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * - * $Id: utils.c,v 1.19 2003/11/04 14:38:26 valtri Exp $ + * $Id: utils.c,v 1.20 2003/12/04 22:15:25 jstembridge Exp $ * */ #define _POSIX_PTHREAD_SEMANTICS 1 /* for 5-arg getpwuid_r on solaris */ @@ -167,7 +167,7 @@ void xine_print_trace (void) { } /* print a hexdump of length bytes from the data given in buf */ -void xine_hexdump (char *buf, int length) { +void xine_hexdump (const char *buf, int length) { int i,j; unsigned char c; -- cgit v1.2.3