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.23 by tdb, Fri Jan 16 15:54:56 2004 UTC vs.
Revision 1.26 by tdb, Sun Apr 4 22:48:51 2004 UTC

# Line 16 | Line 16
16   * You should have received a copy of the GNU General Public License
17   * along with this program; if not, write to the Free Software
18   * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
19 + *
20 + * $Id$
21   */
22  
23   #ifdef HAVE_CONFIG_H
# Line 425 | Line 427 | void usage(char *progname){
427   int main(int argc, char **argv){
428  
429          extern char *optarg;
428        extern int optind;
430          int c;
431  
432          time_t last_update = 0;
# Line 446 | Line 447 | int main(int argc, char **argv){
447                  switch (c){
448                          case 'd':
449                                  delay = atoi(optarg);
450 <                                if (delay == 0){
450 >                                if (delay < 1){
451                                          fprintf(stderr, "Time must be 1 second or greater\n");
452                                          exit(1);
453                                  }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines