PDA

View Full Version : Bug in DGIndex\gui.cpp


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

neuron2
14th January 2005, 02:32
Quite right, ByteTree! It'll be fixed in beta 7.

Thank you for pointing it out.