From a6aaba20655bd0936e02369871764649b740c04b Mon Sep 17 00:00:00 2001 From: cherierm Date: Mon, 11 Aug 2008 12:41:06 +0000 Subject: [PATCH] an absent-mindedness git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5893 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- tools/tesh2/src/fstream.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/tesh2/src/fstream.c b/tools/tesh2/src/fstream.c index c9e7f6c7ce..fb0ce0f2f0 100644 --- a/tools/tesh2/src/fstream.c +++ b/tools/tesh2/src/fstream.c @@ -988,7 +988,7 @@ fstream_lex_line(fstream_t fstream, context_t context, xbt_os_mutex_t mutex, con while(1) { - p = line2 + 2; + p = line2 + (line2[0] =='<' ? 4 : 2); if((p = strchr(p, '$'))) { -- 2.20.1