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.25 by tdb, Wed Jan 21 10:27:46 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 446 | Line 448 | int main(int argc, char **argv){
448                  switch (c){
449                          case 'd':
450                                  delay = atoi(optarg);
451 <                                if (delay == 0){
451 >                                if (delay < 1){
452                                          fprintf(stderr, "Time must be 1 second or greater\n");
453                                          exit(1);
454                                  }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines