ByteTree
14th January 2005, 02:08
There is a small bug in DGIndex where the argument "-AUTO-INPUT-FILES" is treated like "-INPUT-FILES".
CAUSE: On line 284, strstr() is used to see if the current argument contains "-INPUT-FILES". Well, "-AUTO-INPUT-FILES" does contain "-INPUT-FILES".
FIX: Check for the longer "-AUTO-INPUT-FILES" first
CAUSE: On line 284, strstr() is used to see if the current argument contains "-INPUT-FILES". Well, "-AUTO-INPUT-FILES" does contain "-INPUT-FILES".
FIX: Check for the longer "-AUTO-INPUT-FILES" first