named-data-iot / ndn-iot-package-over-posix

NDN IoT Package over POSIX with CMake
7 stars 9 forks source link

solve the fgets problem #14

Closed michaelzhang05 closed 4 months ago

michaelzhang05 commented 3 years ago

This is to solve the error that occurs in the make process for quick-start apps, which is "ignoring return value of 'fgets'". The adjustment is to create a variable to receive the return value of fgets. Adjustments happen in 4 files under directory "examples", which are "app-template.c", "test-repo.c", "tutorial-app.c" and "turorial-app-sub.c".