From fddd7fd08cb22079b7a86593e781679dcafc7bd7 Mon Sep 17 00:00:00 2001 From: Christopher Sean Morrison Date: Tue, 10 Nov 2009 22:15:16 +0000 Subject: [PATCH] apply the initialization fix so 'keep' isn't broken. change should merge cleanly with the previous trunk sync revision. slipping in to the release only because it's not been tagged yet (and is a one-liner safe initialization). svn:revision:36465 svn:branch:STABLE svn:account:brlcad --- src/libged/keep.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/libged/keep.c b/src/libged/keep.c index 1222140cb60..62162e97571 100644 --- a/src/libged/keep.c +++ b/src/libged/keep.c @@ -121,6 +121,7 @@ ged_keep(struct ged *gedp, int argc, const char *argv[]) } /* check for options */ + bu_optind = 1; while ((c = bu_getopt(argc, (char * const *)argv, "R")) != EOF) { switch (c) { case 'R':