X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/6760cb07d6b57be16928d95339d71e57c4e24f36..1b4e20873a7bd405842f3d8d1e6dd1d518db5535:/tools/tesh/signal.c diff --git a/tools/tesh/signal.c b/tools/tesh/signal.c index 64e9106667..adb9ee18f1 100644 --- a/tools/tesh/signal.c +++ b/tools/tesh/signal.c @@ -1,6 +1,6 @@ /* signal -- what TESH needs to know about signals */ -/* Copyright (c) 2007, 2008, 2009, 2010. The SimGrid Team. +/* Copyright (c) 2007-2010, 2012. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it @@ -61,5 +61,5 @@ const char *signal_name(unsigned int got, char *expected) if (signals[i].number == got) return (signals[i].name); - return bprintf("SIG UNKNOWN (%d)", got); + return bprintf("SIG UNKNOWN (%u)", got); }