Log
Dependents: oldheating gps motorhome heating
Diff: log.c
- Revision:
- 20:5b5284c60d3c
- Parent:
- 19:14376c221aec
--- a/log.c Tue Aug 20 14:50:12 2019 +0000 +++ b/log.c Fri Sep 27 11:32:50 2019 +0000 @@ -196,7 +196,7 @@ int size = 0; va_list argptr; va_start(argptr, fmt); - size == logTimeOnly(); + size = logTimeOnly(); size++; LogChar(' '); size += LogV(fmt, argptr); va_end(argptr);