libsysprof: fix tag lookups for 0 tags

This commit is contained in:
Christian Hergert
2019-05-28 20:08:59 -07:00
parent c013264186
commit 1583ec3f79
2 changed files with 25 additions and 21 deletions

View File

@ -61,7 +61,7 @@ main (gint argc,
g_print ("%u: %s [%s]\n",
i,
name ? name : "-- missing --",
tag ? g_quark_to_string (tag) : "");
tag ? g_quark_to_string (tag) : "No Tag");
}
g_print ("======\n");