From 18e739f580a9bfaced8b8194398fdf302382d209 Mon Sep 17 00:00:00 2001 From: mquinson Date: Tue, 28 Jun 2005 10:37:55 +0000 Subject: [PATCH] Stupid C++ comments breaking AIX compilers git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1455 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- src/gras/gras.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gras/gras.c b/src/gras/gras.c index 0e98297039..740c7a7c82 100644 --- a/src/gras/gras.c +++ b/src/gras/gras.c @@ -71,7 +71,7 @@ void hexa_print(const char*name, unsigned char *data, int size) { int i; printf("%s: ", name); for (i=0;i'9') + if (data[i]<32) /* || data[i]>'9') */ printf("'\\%d'",data[i]); else printf("%c",data[i]); -- 2.20.1