Skip to content

Commit

Permalink
apply the initialization fix so 'keep' isn't broken. change should me…
Browse files Browse the repository at this point in the history
…rge 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
  • Loading branch information
brlcad committed Nov 10, 2009
1 parent 48d5115 commit fddd7fd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/libged/keep.c
Original file line number Diff line number Diff line change
Expand Up @@ -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':
Expand Down

0 comments on commit fddd7fd

Please sign in to comment.