From a92e5930ffbcb178a2d2420ee2f6d4834ffa90e1 Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Tue, 28 May 2013 16:44:46 +0100 Subject: fixup issues with new options API merge --- beos/gui.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'beos') diff --git a/beos/gui.cpp b/beos/gui.cpp index 5e0f3fd83..766782259 100644 --- a/beos/gui.cpp +++ b/beos/gui.cpp @@ -637,7 +637,7 @@ void gui_init(int argc, char** argv) find_resource(buf, "Choices", "%/Choices"); LOG(("Using '%s' as Preferences file", buf)); options_file_location = strdup(buf); - nsoption_read(buf); + nsoption_read(buf, NULL); /* check what the font settings are, setting them to a default font -- cgit v1.2.3