[EMAIL PROTECTED] wrote:
ACK! File not saved.
Trying again. Use this patch file
Applied, with minor mods. Thanks.
Vadim
Quoting [EMAIL PROTECTED]:
This patch fixes (1) Stupid use of new String( "xxx" ) constructor -> just use "xxx" (2) Comparing strings using == instead of .equals (3) A possible Null Pointer exception with strings.
