From: compudj Date: Thu, 8 Sep 2005 02:53:11 +0000 (+0000) Subject: parser mod X-Git-Tag: v0.12.20~2333 X-Git-Url: http://git.lttng.org/?a=commitdiff_plain;h=f31e451543241243392b739b93d8b2c6c1bc0bc5;p=lttv.git parser mod git-svn-id: http://ltt.polymtl.ca/svn@1156 04897980-b3bd-0310-b5e0-8ef037075253 --- diff --git a/genevent/parser.c b/genevent/parser.c index 24ffa521..aa87db95 100644 --- a/genevent/parser.c +++ b/genevent/parser.c @@ -1188,12 +1188,12 @@ unsigned long getTypeChecksum(unsigned long aCrc, type_descriptor_t * type) flag = 1; break; case ARRAY: - sprintf(buf,"%d\0",type->size); + sprintf(buf,"%d",type->size); str = appendString("array ",buf); flag = 1; break; case SEQUENCE: - sprintf(buf,"%d\0",type->size); + sprintf(buf,"%d",type->size); str = appendString("sequence ",buf); flag = 1; break; diff --git a/genevent/removed.xml-no b/genevent/removed.xml-no deleted file mode 100644 index fc0e8eb8..00000000 --- a/genevent/removed.xml-no +++ /dev/null @@ -1,19 +0,0 @@ - - Block start timestamp - - - - - - - - - - Block end timestamp - - - - - - -