ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/projects/libstatgrab/src/libstatgrab/page_stats.c
(Generate patch)

Comparing projects/libstatgrab/src/libstatgrab/page_stats.c (file contents):
Revision 1.11 by ats, Mon Nov 10 23:25:45 2003 UTC vs.
Revision 1.12 by pajs, Fri Jan 9 10:06:01 2004 UTC

# Line 103 | Line 103 | page_stat_t *get_page_stats(){
103                  }
104  
105                  if (sscanf(line_ptr, "page %lld %lld", &page_stats.pages_pagein, &page_stats.pages_pageout) != 2) {
106 +                        fclose(f);
107                          return NULL;
108                  }
109  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines