Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Modify one of the replay examples to use the 'test' action. the test on
[simgrid.git] / tools / tesh / signal.c
index a43da9b3a739e6417a7a5515037cb87353da2c95..204d52a90b334c08d923dbdcd2fd667c433c7de0 100644 (file)
@@ -48,7 +48,7 @@ static const s_signal_entry_t signals[] = {
 };
 
 
-const char *signal_name(unsigned int got, char *expected)
+const char *signal_name(int got, char *expected)
 {
   int i;