facility.c: start line numbers at 1, not 0
authorpmf <pmf@04897980-b3bd-0310-b5e0-8ef037075253>
Fri, 10 Aug 2007 20:18:19 +0000 (20:18 +0000)
committerpmf <pmf@04897980-b3bd-0310-b5e0-8ef037075253>
Fri, 10 Aug 2007 20:18:19 +0000 (20:18 +0000)
git-svn-id: http://ltt.polymtl.ca/svn@2584 04897980-b3bd-0310-b5e0-8ef037075253

ltt/branches/poly/ltt/facility.c

index e0c296a594873638ea6537c4d0643291ad9c4b4a..61e7d09b5b0c01a4d9dc232be745d8dd58146eaa 100644 (file)
@@ -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;
This page took 0.023867 seconds and 4 git commands to generate.