On Jan 6, 2011, at 6:46 AM, Tom Browder wrote: > Starts with no args fine. When trying on a file I get lines like > this: > > ok nmg: pass pass bot: 5 # printf: 1: %6l: invalid directive > printf: 1: %6l: invalid directive > ok nmg: pass pass bot: 5 # printf: 1: %6l: invalid directive > printf: 1: %6l: invalid directive
Hm. Looks like printf is either confused by the format specifier or the argument is missing. Probably some simple incompatibility or it's just not liking the "long" specifier. I've applied a test fix. Cheers! Sean ------------------------------------------------------------------------------ Learn how Oracle Real Application Clusters (RAC) One Node allows customers to consolidate database storage, standardize their database environment, and, should the need arise, upgrade to a full multi-node Oracle RAC database without downtime or disruption http://p.sf.net/sfu/oracle-sfdevnl _______________________________________________ BRL-CAD Developer mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/brlcad-devel
