diff options
author | portix <portix@gmx.net> | 2013-05-19 23:54:33 +0200 |
---|---|---|
committer | portix <portix@gmx.net> | 2013-05-19 23:54:33 +0200 |
commit | 0a888d838e370623d7d741f72b3b5c4022bca7fa (patch) | |
tree | bb9584c86ee210b7454c32b24aee02ec0101453b /src | |
parent | 8e8577f02d8c577adb93d3b7b6473bfa8525d940 (diff) | |
download | dwb-0a888d838e370623d7d741f72b3b5c4022bca7fa.zip |
Remove exar_cat
Diffstat (limited to 'src')
-rw-r--r-- | src/dwb.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |