Skip to content
Snippets Groups Projects
  1. Nov 17, 2020
  2. Nov 16, 2020
  3. Nov 15, 2020
  4. Nov 14, 2020
  5. Nov 13, 2020
  6. Nov 12, 2020
  7. Nov 11, 2020
    • Rob Swindell's avatar
      Resilience around tickit.ini and freqit.ini file open operations. · 41e1bfb8
      Rob Swindell authored
      Throw exceptions rather than just loggin an "Unable to open" error
      (easier tracking fo the soruce of the error). Log the description and
      errno value associated with the file open failure.
      
      Create the .ini files if they don't already exist (rather than crashing
      out with an error).
      
      Replace the deprecated 'e' file open mode flag with 'x'.
      41e1bfb8
Loading