summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorportix <portix@gmx.net>2013-05-19 23:54:33 +0200
committerportix <portix@gmx.net>2013-05-19 23:54:33 +0200
commit0a888d838e370623d7d741f72b3b5c4022bca7fa (patch)
treebb9584c86ee210b7454c32b24aee02ec0101453b /src
parent8e8577f02d8c577adb93d3b7b6473bfa8525d940 (diff)
downloaddwb-0a888d838e370623d7d741f72b3b5c4022bca7fa.zip
Remove exar_cat
Diffstat (limited to 'src')
-rw-r--r--src/dwb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dwb.c b/src/dwb.c
index 6ae0327a..0c77590e 100644
--- a/src/dwb.c
+++ b/src/dwb.c
@@ -3441,7 +3441,7 @@ dwb_get_scripts()
}
if (dwb.misc.js_api != JS_API_DISABLED)
{
- if (exar_check_version(path, 0) == 0)
+ if (exar_check_version(path) == 0)
{
content = (char *) exar_search_extract(path, "main.js", NULL);
if (content != NULL)