Skip to content
  1. Dec 16, 2014
  2. Dec 15, 2014
  3. Dec 14, 2014
  4. Dec 13, 2014
  5. Dec 12, 2014
    • Steve Holme's avatar
      RELEASE-NOTES: Synced with 6291a16b · 7dfbbae3
      Steve Holme authored
      7dfbbae3
    • Steve Holme's avatar
      smtp.c: Fixed compilation warnings · 6291a16b
      Steve Holme authored
      smtp.c:2357 warning: adding 'size_t' (aka 'unsigned long') to a string
                  does not append to the string
      smtp.c:2375 warning: adding 'size_t' (aka 'unsigned long') to a string
                  does not append to the string
      smtp.c:2386 warning: adding 'size_t' (aka 'unsigned long') to a string
                  does not append to the string
      
      Used array index notation instead.
      6291a16b