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

Comparing projects/libstatgrab/src/libstatgrab/user_stats.c (file contents):
Revision 1.20 by ats, Sun Apr 4 23:45:03 2004 UTC vs.
Revision 1.21 by ats, Mon Apr 5 00:59:11 2004 UTC

# Line 97 | Line 97 | user_stat_t *get_user_stats(){
97          if (num_users != 0) {
98                  pos--;
99          }
100 <        VECTOR_RESIZE(name_list, pos + 1);
100 >        if (VECTOR_RESIZE(name_list, pos + 1) < 0) {
101 >                return NULL;
102 >        }
103          name_list[pos] = '\0';
104  
105          user_stats.num_entries = num_users;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines