Log
Dependents: oldheating gps motorhome heating
Diff: log.cpp
- Revision:
- 4:c95b09342a93
- Parent:
- 3:7806ff3f1a2d
- Child:
- 5:a1f0298e0995
--- a/log.cpp Tue May 09 15:08:38 2017 +0000 +++ b/log.cpp Tue May 09 15:16:30 2017 +0000 @@ -182,5 +182,4 @@ if (c == EOF) break; putc(c, fp); } - fclose(fp); }