Jump to content

Nils

Member
  • Posts

    1
  • Joined

  • Last visited

Everything posted by Nils

  1. For your latest code. I had to change from const char sep = ':'; to const char sep[2] = ":"; to get it to work. Compiled, ran, happy. Test for me was: "03:50+ 10:40" which di not result in 14:30, but in something with a 5 in the end - 13:45 I think it was. The first value did not get parsed to 3h 50min, but to 3h 5min. The latter worked!?
×
×
  • Create New...