From 3536456af895a0fbb6676c16240d5db81a29f126 Mon Sep 17 00:00:00 2001 From: James Stembridge Date: Wed, 16 Jul 2003 22:11:14 +0000 Subject: don't try to print del either CVS patchset: 5172 CVS date: 2003/07/16 22:11:14 --- src/xine-utils/utils.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/xine-utils/utils.c b/src/xine-utils/utils.c index 1a81ae398..6c7c382c6 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.15 2003/07/16 21:55:02 jstembridge Exp $ + * $Id: utils.c,v 1.16 2003/07/16 22:11:14 jstembridge Exp $ * */ #define _POSIX_PTHREAD_SEMANTICS 1 /* for 5-arg getpwuid_r on solaris */ @@ -193,7 +193,7 @@ void xine_hexdump (char *buf, int length) { } for (i=j;i<(j+16=32) && (c<128)) + if ((c>=32) && (c<127)) printf ("%c", c); else printf ("."); -- cgit v1.2.3