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

Comparing projects/libstatgrab/src/statgrab/statgrab.c (file contents):
Revision 1.18 by ats, Fri Feb 13 12:52:40 2004 UTC vs.
Revision 1.19 by ats, Fri Feb 13 15:13:37 2004 UTC

# Line 475 | Line 475 | void print_stat_value(const stat *s) {
475                  printf("%d", *(int *)v);
476                  break;
477          case DUPLEX:
478 <                switch (*(duplex *) v) {
478 >                switch (*(statgrab_duplex *) v) {
479                  case FULL_DUPLEX:
480                          printf("full");
481                          break;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines