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

Comparing projects/libstatgrab/src/saidar/saidar.c (file contents):
Revision 1.15 by ats, Fri Nov 7 18:27:35 2003 UTC vs.
Revision 1.16 by ats, Fri Nov 7 18:28:05 2003 UTC

# Line 444 | Line 444 | int main(int argc, char **argv){
444          }
445   #endif
446                  
447 <        while ((c = getopt(argc, argv, "vhd:")) != EOF){
447 >        while ((c = getopt(argc, argv, "vhd:")) != -1){
448                  switch (c){
449                          case 'd':
450                                  delay = atoi(optarg);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines