summaryrefslogtreecommitdiffstats
path: root/gnu
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1996-02-08 11:55:15 +0000
committerjkh <jkh@FreeBSD.org>1996-02-08 11:55:15 +0000
commit40108b438e9dffea28ada4a0d866cff8612990c1 (patch)
tree0db62de76a331797a07b8d70859314b9aa53fb89 /gnu
parent48877b468a7fda6aca20cbe144c369bca028a934 (diff)
downloadFreeBSD-src-40108b438e9dffea28ada4a0d866cff8612990c1.zip
FreeBSD-src-40108b438e9dffea28ada4a0d866cff8612990c1.tar.gz
Minor tweak to this test.
Diffstat (limited to 'gnu')
-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 fe2dfbf..b41209d 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);
}
OpenPOWER on IntegriCloud