mirror of
https://github.com/rkd77/elinks.git
synced 2025-02-02 15:09:23 -05:00
get_resource_info(): fix memory cache size display.
This commit is contained in:
parent
e498b4bc74
commit
59329dbc30
@ -202,7 +202,7 @@ get_resource_info(struct terminal *term, void *data)
|
||||
|
||||
/* What about just using Kibi/Mebi representation here? --jonas */
|
||||
bigval = get_cache_size();
|
||||
val_add(n_("%ld byte", "%ld bytes", bigval, term));
|
||||
add_format_to_string(&info, n_("%ld byte", "%ld bytes", bigval, term), bigval);
|
||||
add_to_string(&info, ", ");
|
||||
|
||||
val = get_cache_entry_count();
|
||||
|
Loading…
x
Reference in New Issue
Block a user