From: compudj Date: Fri, 10 Feb 2006 03:46:34 +0000 (+0000) Subject: LTTV 0.8.18 : fix parser.c X-Git-Tag: v0.12.20~1949 X-Git-Url: https://git.lttng.org./?a=commitdiff_plain;h=1524480763993efe79685e6aa26db055ae8ed99a;p=lttv.git LTTV 0.8.18 : fix parser.c git-svn-id: http://ltt.polymtl.ca/svn@1540 04897980-b3bd-0310-b5e0-8ef037075253 --- diff --git a/ltt/branches/poly/configure.in b/ltt/branches/poly/configure.in index 364d10c9..834009c3 100644 --- a/ltt/branches/poly/configure.in +++ b/ltt/branches/poly/configure.in @@ -23,7 +23,7 @@ AC_PREREQ(2.57) AC_INIT(FULL-PACKAGE-NAME, VERSION, BUG-REPORT-ADDRESS) #AC_WITH_LTDL # not needed ? -AM_INIT_AUTOMAKE(LinuxTraceToolkitViewer,0.8.17-09022006) +AM_INIT_AUTOMAKE(LinuxTraceToolkitViewer,0.8.18-09022006) AM_CONFIG_HEADER(config.h) AM_PROG_LIBTOOL diff --git a/ltt/branches/poly/ltt/parser.c b/ltt/branches/poly/ltt/parser.c index 84a0b5f4..55d7c96c 100644 --- a/ltt/branches/poly/ltt/parser.c +++ b/ltt/branches/poly/ltt/parser.c @@ -555,6 +555,8 @@ void parseFields(parse_file_t *in, field_t *f, getRAnglebracket(in); f->description = getDescription(in); + } else { + f->description = NULL; } //