]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
fix line numbers
authorNicholas Nethercote <njn@valgrind.org>
Mon, 15 Aug 2005 04:40:57 +0000 (04:40 +0000)
committerNicholas Nethercote <njn@valgrind.org>
Mon, 15 Aug 2005 04:40:57 +0000 (04:40 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@4422

docs/xml/quick-start-guide.xml

index e4491690e3550d0dbf067a39fa2a8dcf348fa0ca..a743950f334db7f1140e5a9043d475e5a5275544 100644 (file)
@@ -151,8 +151,8 @@ errors can be caused by earlier errors.</para>
 <programlisting>
   ==19182== 40 bytes in 1 blocks are definitely lost in loss record 1 of 1
   ==19182==    at 0x1B8FF5CD: malloc (vg_replace_malloc.c:130)
-  ==19182==    by 0x8048385: f (a.c:7)
-  ==19182==    by 0x80483AB: main (a.c:14)
+  ==19182==    by 0x8048385: f (a.c:5)
+  ==19182==    by 0x80483AB: main (a.c:11)
 </programlisting>
 
 The stack trace tells you where the leaked memory was allocated.