Skip to content
  • Julien Nabet's avatar
    cppcheck: fix 1 kind of reports · efdc5601
    Julien Nabet authored
    (warning) Storing fgetc() return value in char variable and then comparing with EOF
    + optimize a bit by moving the instruction "buf[i]= '\0';" inside the loop, outside from it.
    (only non example files have been changed)
    efdc5601