Community
Participate
Working Groups
Build Identifier: M20090211-1700 When attempting to read a PDB text file containing a negative integer or double starting with a '.' (using the StandardTextReader) an exception is thrown. Reproducible: Always Steps to Reproduce: Read a PDB text file containing a negative integer using the StandardTextReader.
Created attachment 174136 [details] Patch for the read number bug. Attached a patch which fixes the read number issue for negative numbers and doubles starting with a '.'.
applied patch