mirror of
https://github.com/rkd77/elinks.git
synced 2024-12-04 14:46:47 -05:00
[types] %ld is for long
This commit is contained in:
parent
110cdef5c2
commit
1c9c30ad75
@ -224,7 +224,7 @@ draw_show_mem(struct session *ses, int xpos, int ypos, struct color_pair *color)
|
||||
int i;
|
||||
int length;
|
||||
char *pos;
|
||||
size_t ret = 0;
|
||||
long ret = 0;
|
||||
|
||||
f = fopen("/proc/meminfo", "r");
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user