From 4ebfe6f94bbf97a09b1d78df68a967ffdee085d0 Mon Sep 17 00:00:00 2001 From: pmf Date: Fri, 10 Aug 2007 20:18:19 +0000 Subject: [PATCH] facility.c: start line numbers at 1, not 0 git-svn-id: http://ltt.polymtl.ca/svn@2584 04897980-b3bd-0310-b5e0-8ef037075253 --- ltt/branches/poly/ltt/facility.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ltt/branches/poly/ltt/facility.c b/ltt/branches/poly/ltt/facility.c index e0c296a5..61e7d09b 100644 --- a/ltt/branches/poly/ltt/facility.c +++ b/ltt/branches/poly/ltt/facility.c @@ -281,7 +281,7 @@ int ltt_facility_open(LttFacility *f, LttTrace * t, gchar * pathname) gboolean generated = FALSE; in.buffer = &(buffer[0]); - in.lineno = 0; + in.lineno = 1; in.error = error_callback; in.name = pathname; in.unget = 0; -- 2.34.1