Skip to content
Snippets Groups Projects
  1. Jun 25, 2022
    • Rob Swindell's avatar
      b5949754
    • Rob Swindell's avatar
      2173e1bf
    • Rob Swindell's avatar
      Avoid base64-decoding an empty user_avatar.data · cb8ede09
      Rob Swindell authored
      Fixes issue #413, at least the non-mouse related part. I was only
      able to reproduce it by trying to use the "Edit your avatar" menu item
      after choose "I don't want an avatar".
      
      This "I don't want" menu item is weird however and reappears when
      the user exits and reruns the chooser, so there's probably still
      some improvements needed with this menu item.
      
      The "Upload an avatar" menu item issue is likely totally unrelated.
      Please don't combine unrelated issues in the same bug report.
      cb8ede09
    • Rob Swindell's avatar
      Fix issue with iniSet* functions and root section · 09b4a1db
      Rob Swindell authored
      Bug introduced in commit 440ccc80: iniSet* functions would write key/values to the end of the list when the root section (NULL) was specified, rather than the beginning of the list.
      The root section always starts at the beginning of the list/file, so I'm not sure why section_start() was doing anything other than returning 0 for the root section. It's possible this now breaks iniSortSections() in some way, so that should be retested with a file with a root section and named sections.
      09b4a1db
  2. Jun 24, 2022
  3. Jun 21, 2022
  4. Jun 20, 2022
  5. Jun 17, 2022
  6. Jun 15, 2022
  7. Jun 14, 2022
  8. Jun 13, 2022
  9. Jun 12, 2022
  10. Jun 11, 2022
Loading