stephan beal - 2004-06-14

Logged In: YES
user_id=32742

PS: changing line 116 to the following allows it to compile:

fileName = std::string( registry["input_file"] );

The only change is the addition of the std::string() wrapper
around registry["input_file"].