Skip to content
Snippets Groups Projects
  • Yorhel's avatar
    38b2c8f0
    dir_import.c: Various fixes · 38b2c8f0
    Yorhel authored
    - errors in item() didn't propagate properly
    - empty [] and {} values weren't allowed
    - fractional numbers weren't allowed
    - parsing of escaped characters didn't ensure that enough data was in
      the buffer
    - E() didn't propagate errors properly in all cases
    
    I'll do some more testing later on, but the current code seems to be
    working quite well already.
    38b2c8f0
    History
    dir_import.c: Various fixes
    Yorhel authored
    - errors in item() didn't propagate properly
    - empty [] and {} values weren't allowed
    - fractional numbers weren't allowed
    - parsing of escaped characters didn't ensure that enough data was in
      the buffer
    - E() didn't propagate errors properly in all cases
    
    I'll do some more testing later on, but the current code seems to be
    working quite well already.