1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-06-28 01:35:32 +00:00

get_resource_info(): fix memory cache size display.

This commit is contained in:
Laurent MONIN 2005-12-05 09:37:29 +01:00 committed by Laurent MONIN
parent e498b4bc74
commit 59329dbc30

View File

@ -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();