enable error checking
authoradash <adash>
Thu, 26 May 2011 18:07:08 +0000 (18:07 +0000)
committeradash <adash>
Thu, 26 May 2011 18:07:08 +0000 (18:07 +0000)
commiteec1b63cb26e3cc114eb2dfc8178e1e803ea59c3
tree13d95d5ac2569098dc2cc20ac4d9c17e37d6df0a
parentc18513a16b6d64dc1924b4a4028e5f3c7e3a1150
enable error checking
Current the recovery SpamFilter version crashes when garbled characters are added to a filename when opening the file.
For example: email5 becomes email5% or email5+
The error checking identifies an incorrect filename passed to it....I think there may be a bug in the BufferedReader or
the FileInputStream that causes this problem and passes a wrong filename to the nativeopen().
Robust/src/Runtime/file.c