*** empty log message ***
This commit is contained in:
parent
d4b80c6ced
commit
b289dc60c8
|
|
@ -129,7 +129,7 @@ static size_t get_sysmem(struct sys_memory *memall) {
|
|||
char buffer[2048];
|
||||
size_t bytes_read;
|
||||
char *match;
|
||||
int64 mem_got;
|
||||
unsigned long mem_got;
|
||||
|
||||
if((fp = fopen("/proc/meminfo", "r")) == NULL) {
|
||||
perror("fopen(\"/proc/meminfo\")");
|
||||
|
|
|
|||
Loading…
Reference in New Issue