aboutsummaryrefslogtreecommitdiff
path: root/gnu/lib
diff options
context:
space:
mode:
authorJordan K. Hubbard <jkh@FreeBSD.org>1996-02-08 11:55:15 +0000
committerJordan K. Hubbard <jkh@FreeBSD.org>1996-02-08 11:55:15 +0000
commitb1c46b68259bb08b15dcc4c6b20867e5eeb7e8ba (patch)
tree0db62de76a331797a07b8d70859314b9aa53fb89 /gnu/lib
parentab5805011282f7e4c2051c6e6c65942f06adb572 (diff)
Notes
Diffstat (limited to 'gnu/lib')
-rw-r--r--gnu/lib/libdialog/TESTS/gauge.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/lib/libdialog/TESTS/gauge.c b/gnu/lib/libdialog/TESTS/gauge.c
index fe2dfbf917e9..b41209ddf012 100644
--- a/gnu/lib/libdialog/TESTS/gauge.c
+++ b/gnu/lib/libdialog/TESTS/gauge.c
@@ -13,7 +13,7 @@
* the author assume any responsibility for damages incurred with
* its use.
*
- * $Id: test1.c,v 1.2 1995/12/23 14:53:07 jkh Exp $
+ * $Id: gauge.c,v 1.1 1996/01/01 03:45:25 jkh Exp $
*/
#include <stdio.h>
@@ -31,7 +31,7 @@ main(int argc, unsigned char *argv[])
init_dialog();
- for (i = 0; i < 100; i++) {
+ for (i = 0; i <= 100; i++) {
dialog_gauge("Gas tank", "When this gets 100% full, you'd better yank out the nozzle!", 10, 1, 7, 70, i);
usleep(30000);
}