From: mquinson Date: Wed, 5 Jul 2006 07:47:00 +0000 (+0000) Subject: Small typo (thanks gcc-4.1 for noticing) X-Git-Tag: v3.3~2875 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/593ae86304a79fe1420cb52505733e079a119ed3 Small typo (thanks gcc-4.1 for noticing) git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2483 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- diff --git a/src/xbt/log.c b/src/xbt/log.c index e80332ab41..4b72fff99e 100644 --- a/src/xbt/log.c +++ b/src/xbt/log.c @@ -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;