hostinfo.cc:
Trial fix, uint64_T > long base/hostinfo.cc: Trial fix, uint64_T > long --HG-- extra : convert_revision : cc039420980f1bf29074a20ccea3b9a3afe99f22
This commit is contained in:
parent
fd55a1cbbb
commit
118f5da7f8
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ procInfo(char *filename, char *target)
|
|||
int done = 0;
|
||||
char line[80];
|
||||
char format[80];
|
||||
uint64_t usage;
|
||||
long usage;
|
||||
|
||||
FILE *fp = fopen(filename, "r");
|
||||
|
||||
|
|
Loading…
Reference in a new issue