Skip to content
  • Mark Olesen's avatar
    ISstream::read improvements · c832d635
    Mark Olesen authored
    - following Andy's idea to return values as label whenever possible
          eg, 1.2e6 -> 1200000
      but left it commented out
    
    - avoid buffer overflow in ISstream::read(word&).
      Is the 'if (fail())' check itself actually in the correct place??
    
    - other minor cosmetic changes
    c832d635