Merge branch 'nirbheek/preliminary-uwp-support' into 'master'

Preliminary patches for Universal Windows Platform support

See merge request GNOME/glib!951
This commit is contained in:
LRN
2019-06-27 16:08:59 +00:00
2 changed files with 15 additions and 1 deletions

View File

@@ -408,7 +408,7 @@ registry_cache_add_item (GNode *parent,
item->block_count = 0;
item->readable = FALSE;
trace ("\treg cache: adding %s to %s\n",
trace ("\tregistry cache: adding %s to %s\n",
name, ((RegistryCacheItem *)parent->data)->name);
cache_node = g_node_new (item);