Skip to content

Commit

Permalink
Fix GLib assertions when checking config syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
aidanholm committed Aug 3, 2017
1 parent a77598e commit 6a1947f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions luakit.c
Expand Up @@ -194,9 +194,10 @@ gint
main(gint argc, gchar *argv[])
{
gboolean *nonblock = NULL;

globalconf.starttime = l_time();

log_init();

/* set numeric locale to C (required for compatibility with
LuaJIT and luakit scripts) */
gtk_disable_setlocale();
Expand Down Expand Up @@ -232,7 +233,6 @@ main(gint argc, gchar *argv[])
#if __GLIBC__ == 2 && __GLIBC_MINOR__ >= 50
g_log_set_writer_func(glib_log_writer, NULL, NULL);
#endif
log_init();
init_directories();
web_context_init();
ipc_init();
Expand Down

0 comments on commit 6a1947f

Please sign in to comment.