summaryrefslogtreecommitdiff
path: root/gnu/lib/libdialog
diff options
context:
space:
mode:
authorJordan K. Hubbard <jkh@FreeBSD.org>1996-02-08 11:56:19 +0000
committerJordan K. Hubbard <jkh@FreeBSD.org>1996-02-08 11:56:19 +0000
commite19063fc8d3ea125d176b670866d219cf830f176 (patch)
tree20239c7fc33239d9b9d39177aab8b00c08611a5e /gnu/lib/libdialog
parente19d5bdf54a0a50cf1c4d0a5e6bb30e4a76d716a (diff)
Merge from HEAD
Notes
svn path=/stable/2.1/; revision=13970
Diffstat (limited to 'gnu/lib/libdialog')
-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..880ff6abd308 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.2 1996/02/08 11:55:15 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);
}