From: Dennis G. <dg...@re...> - 2004-05-13 00:37:15
|
The config_read method assumes that the input separator ($/) is set to "\n" when it reads in the config file. The attached patch sets the input separator so that the code doesn't break if the assumption is false. -- Dennis |