From 5bad3d2a574f4b426bdaee7a515152610741af2c Mon Sep 17 00:00:00 2001 From: Kevin Wasserman Date: Thu, 15 Jan 2015 15:11:38 -0500 Subject: [PATCH] fix windows dll name --- firefox/lib/main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/firefox/lib/main.js b/firefox/lib/main.js index 6ff5db1..7c755b6 100644 --- a/firefox/lib/main.js +++ b/firefox/lib/main.js @@ -12,7 +12,7 @@ try { } catch (e) { try { - json_gssapi = ctypes.open("libjsongssapi.dll"); + json_gssapi = ctypes.open("jsongssapi.dll"); } catch (e) { console.log("Error loading the JSON GSS-API library: " + e); -- 2.1.4