GNOME Bugzilla – Bug 603787
[registry] Doesn't use GMappedFile
Last modified: 2009-12-04 14:20:27 UTC
Hi, the registry doesn't use GMappedFile in latest GIT because of a small mistake. Attached patch fixes this. Unfortunately the registry file can't be read after that patch and sometimes I get segfault :)
Created attachment 149084 [details] [review] 0001-registry-Use-GMappedFile-for-reading-the-registry.patch
*sigh* Stupid mistake on my side :) commit 08ae8a1afb2232e0907f0bf23dee13527d2c80df Author: Sebastian Dröge <sebastian.droege@collabora.co.uk> Date: Fri Dec 4 15:00:44 2009 +0100 registry: Use GMappedFile for reading the registry Fixes bug #603787.