mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2025-12-31 20:36:25 +00:00
libsysprof: fix tag lookups for 0 tags
This commit is contained in:
@ -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");
|
||||
|
||||
Reference in New Issue
Block a user