Skip to content
Snippets Groups Projects
  1. Apr 06, 2014
  2. Apr 05, 2014
    • rswindell's avatar
      Bug-fix: packetized messages following an AreaFix netmail message would be · 3bca3dcb
      rswindell authored
      skipped/ignored: import_netmail() moves the file position to the end of the
      message but returns non-zero (-2) when encountering an AreaFix message
      and the calling code assumes a non-zero return value indicates an error and
      the file position is somewhere *before* the end of the message (the NUL char).
      Resolved by saving the current file position before calling import_netmail()
      and restoring it after, so it matters not what improt_netmail does with the
      file pointer or what the return value is (in this case).
      Thanks for the report, Joe!
      3bca3dcb
  3. Apr 04, 2014
  4. Apr 03, 2014
  5. Apr 02, 2014
  6. Mar 28, 2014
  7. Mar 20, 2014
  8. Mar 19, 2014
  9. Mar 18, 2014
  10. Mar 16, 2014
  11. Mar 15, 2014
  12. Mar 14, 2014
Loading