X-Git-Url: http://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=test%2Fgdc.c;h=7aa2e0cadacbf694c27720b5f28049f5f07fcb5b;hp=d66b60ce941d13945d829a70eb52544168f2d68b;hb=772f879d17117c5b766022f28099e341ebea825b;hpb=6bbba9cd97d487dc567d06eb8f9131825abe3962 diff --git a/test/gdc.c b/test/gdc.c index d66b60ce..7aa2e0ca 100644 --- a/test/gdc.c +++ b/test/gdc.c @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 1998-2005,2006 Free Software Foundation, Inc. * + * Copyright (c) 1998-2006,2007 Free Software Foundation, Inc. * * * * Permission is hereby granted, free of charge, to any person obtaining a * * copy of this software and associated documentation files (the * @@ -33,7 +33,7 @@ * modified 10-18-89 for curses (jrl) * 10-18-89 added signal handling * - * $Id: gdc.c,v 1.28 2006/05/20 15:37:44 tom Exp $ + * $Id: gdc.c,v 1.29 2007/07/21 17:45:09 tom Exp $ */ #include @@ -171,7 +171,7 @@ main(int argc, char *argv[]) CATCHALL(sighndl); - while ((k = getopt(argc, argv, "sn")) != EOF) { + while ((k = getopt(argc, argv, "sn")) != -1) { switch (k) { case 's': scrol = TRUE;