X-Git-Url: http://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=test%2Fcardfile.c;h=755a28b7baae0ac73953911ee7b7a4ae7e61cded;hp=04816949d3552d64c5986d75697f675757c255cf;hb=772f879d17117c5b766022f28099e341ebea825b;hpb=6bbba9cd97d487dc567d06eb8f9131825abe3962 diff --git a/test/cardfile.c b/test/cardfile.c index 04816949..755a28b7 100644 --- a/test/cardfile.c +++ b/test/cardfile.c @@ -29,7 +29,7 @@ /* * Author: Thomas E. Dickey * - * $Id: cardfile.c,v 1.30 2007/04/07 17:07:34 tom Exp $ + * $Id: cardfile.c,v 1.31 2007/07/21 17:41:55 tom Exp $ * * File format: text beginning in column 1 is a title; other text is content. */ @@ -570,7 +570,7 @@ main(int argc, char *argv[]) setlocale(LC_ALL, ""); - while ((n = getopt(argc, argv, "c")) != EOF) { + while ((n = getopt(argc, argv, "c")) != -1) { switch (n) { case 'c': try_color = TRUE;