]> git.pld-linux.org Git - packages/sysprof.git/blob - sysprof-types.patch
- updated to 3.36.0
[packages/sysprof.git] / sysprof-types.patch
1 --- sysprof-3.36.0/src/tests/allocs-by-size.c.orig      2020-03-06 23:04:34.336270600 +0100
2 +++ sysprof-3.36.0/src/tests/allocs-by-size.c   2020-04-15 15:21:01.438421529 +0200
3 @@ -109,7 +109,7 @@
4      {
5        const Item *item = &g_array_index (ar, Item, i);
6  
7 -      g_print ("%"G_GUINT64_FORMAT",%"G_GUINT64_FORMAT",%"G_GUINT64_FORMAT"\n",
8 +      g_print ("%"G_GSIZE_FORMAT",%"G_GSIZE_FORMAT",%"G_GSIZE_FORMAT"\n",
9                 item->size, item->cmp, item->count);
10      }
11  }
This page took 0.074144 seconds and 3 git commands to generate.