On Sun, Mar 09, 2008 at 07:00:52PM -0700, Wayne Davison wrote: > + } else if (prtshort) { > + left[0] = '-'; > + left[1] = opt->shortName; > + } else if (prtlong) { Oops, there should have been a left[2] = '\0' in there. ..wayne..Received on Mon Mar 10 03:04:47 2008