*** empty log message ***

This commit is contained in:
h_vogt 2010-02-08 22:25:41 +00:00
parent d4b80c6ced
commit b289dc60c8
1 changed files with 1 additions and 1 deletions

View File

@ -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\")");