From 38b17e11123d7da014d6c53c28f3d181a15517eb Mon Sep 17 00:00:00 2001 From: François Revol Date: Sun, 25 Nov 2012 19:47:48 +0100 Subject: beos: Partial replicant instanciation fix * use the correct resources * work around a deadlock, allows BeHappy to start, though removing the replicant from Tracker crashes --- beos/fetch_rsrc.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'beos/fetch_rsrc.cpp') diff --git a/beos/fetch_rsrc.cpp b/beos/fetch_rsrc.cpp index 563f43145..d841a1d3b 100644 --- a/beos/fetch_rsrc.cpp +++ b/beos/fetch_rsrc.cpp @@ -66,7 +66,7 @@ struct fetch_rsrc_context { static struct fetch_rsrc_context *ring = NULL; -static BResources *gAppResources = NULL; +BResources *gAppResources = NULL; static bool fetch_rsrc_initialise(lwc_string *scheme) { -- cgit v1.2.3