2 Commits
Author SHA1 Message Date
Bee Red 55fbbdd082 fix: warning move var logtxt[] from log.h to log.c
used -Wall for find warning: 'logtxt' defined but not used [-Wunused-variable]
logtxt should only exist in log.c
every other include of log.h introduce another
logtxt which waste space
2014-02-05 01:59:31 +01:00
Bee Red b54970344d fix: uninitialized var
used -Wall to find
warning: 'dd' is used uninitialized in this function [-Wuninitialized]
2014-02-05 01:56:10 +01:00