]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Fix inconsistent closing of an <hthreadid> tag (Ashley Pittman).
authorJulian Seward <jseward@acm.org>
Thu, 3 Sep 2009 10:29:57 +0000 (10:29 +0000)
committerJulian Seward <jseward@acm.org>
Thu, 3 Sep 2009 10:29:57 +0000 (10:29 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@10881

helgrind/hg_errors.c

index f5649bc24516817c1d8c0e907b7ac9de432d35d7..981f4bf9eca76d471f00e86295cdd393e793739c 100644 (file)
@@ -591,7 +591,7 @@ static Bool announce_one_thread ( Thread* thr )
    if (VG_(clo_xml)) {
 
       VG_(printf_xml)("<announcethread>\n");
-      VG_(printf_xml)("  <hthreadid>%d</threadid>\n", thr->errmsg_index);
+      VG_(printf_xml)("  <hthreadid>%d</hthreadid>\n", thr->errmsg_index);
       if (thr->errmsg_index == 1) {
          tl_assert(thr->created_at == NULL);
          VG_(printf_xml)("  <isrootthread></isrootthread>\n");