mirror of
https://github.com/rkd77/elinks.git
synced 2025-09-21 19:46:23 -04:00
Rename get_cache_entry_object to smjs_get_cache_entry_object for great
consistency.
This commit is contained in:
committed by
Miciah Dashiel Butler Masters
parent
9e15d09340
commit
f6ce6c84f7
@@ -32,7 +32,7 @@ script_hook_pre_format_html(va_list ap, void *data)
|
||||
|
||||
smjs_ses = ses;
|
||||
|
||||
cache_entry_object = get_cache_entry_object(cached);
|
||||
cache_entry_object = smjs_get_cache_entry_object(cached);
|
||||
if (!cache_entry_object) goto end;
|
||||
|
||||
args[0] = OBJECT_TO_JSVAL(cache_entry_object);
|
||||
|
Reference in New Issue
Block a user