X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/0d72d6c126897c175fdb308a55e2603bcf2c50af..18e739f580a9bfaced8b8194398fdf302382d209:/src/gras/gras.c 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]);