facility.c: start line numbers at 1, not 0
[lttv.git] / 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.024765 seconds and 4 git commands to generate.