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

Comparing projects/libstatgrab/src/libstatgrab/error.c (file contents):
Revision 1.15 by ats, Sun Jul 18 20:44:01 2004 UTC vs.
Revision 1.16 by tdb, Mon Nov 1 18:30:17 2004 UTC

# Line 128 | Line 128 | const char *sg_str_error(sg_error code) {
128                  return "unsupported function";
129          case SG_ERROR_XSW_VER_MISMATCH:
130                  return "XSW version mismatch";
131 +        case SG_ERROR_PSTAT:
132 +                return "pstat failed";
133          }
134          return "unknown error";
135   }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines