Skip to content
Snippets Groups Projects

Cleanup

Closed Martin Reinecke requested to merge cleanup into master
2 files
+ 3
1
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 1
1
@@ -53,7 +53,7 @@ double VmHWM(void)
if (!strncmp(word, "VmHWM:", 6))
{
if (fscanf(f,"%lf%2s",&res,word)<0)
{ fclose(f); return -1.0; }
{ fclose(f); return -1.0; }
if (strncmp(word, "kB", 2))
{ fclose(f); return -1.0; }
res *=1024;
Loading