Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Small typo (thanks gcc-4.1 for noticing)
[simgrid.git] / src / xbt / log.c
index e80332a..4b72fff 100644 (file)
@@ -674,7 +674,7 @@ void xbt_log_control_set(const char* control_string) {
     p=strrchr(cs,' ');
     if (p) {
       *p='\0';
-      *p++;
+      p++;
     } else {
       p=cs;
       done = 1;