From 7e63c6cd7cc36df6c3cb1e731b3ed2cfb70fdada Mon Sep 17 00:00:00 2001 From: compudj Date: Sun, 17 Dec 2006 01:35:00 +0000 Subject: [PATCH] change option git-svn-id: http://ltt.polymtl.ca/svn@2308 04897980-b3bd-0310-b5e0-8ef037075253 --- ltt/branches/poly/configure.in | 2 +- ltt/branches/poly/lttv/modules/text/textDump.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ltt/branches/poly/configure.in b/ltt/branches/poly/configure.in index 7b3fe587..1c4ad330 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.76-08122006) +AM_INIT_AUTOMAKE(LinuxTraceToolkitViewer,0.8.77-16122006) AM_CONFIG_HEADER(config.h) AM_PROG_LIBTOOL diff --git a/ltt/branches/poly/lttv/modules/text/textDump.c b/ltt/branches/poly/lttv/modules/text/textDump.c index 37dcf7d3..ea689e2e 100644 --- a/ltt/branches/poly/lttv/modules/text/textDump.c +++ b/ltt/branches/poly/lttv/modules/text/textDump.c @@ -371,7 +371,7 @@ static void init() LTTV_OPT_NONE, &a_field_names, NULL, NULL); a_state = FALSE; - lttv_option_add("process_state", 's', + lttv_option_add("process_state", 'r', "write the pid and state for each event", "", LTTV_OPT_NONE, &a_state, NULL, NULL); -- 2.34.1