Commit Graph
10 Commits
Author SHA1 Message Date
Roland Jax 63a873420c missing brackets added. 2014-02-06 23:43:15 +01:00
Roland Jax 0bba5aa74d Check max length of Databytes (Master/Slave) added. 2014-02-06 23:36:58 +01:00
Roland Jax 4787c26b35 Added CFLAGS -Wall -Wextra to configure.ac
Fixed some compiler warnings related to changed CFLAGS settings.
2014-02-05 13:23:40 +01:00
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
Roland Jax 0d3353999a eb_cmd_encode_value(): data type ASC changed to STR. 2013-12-02 21:47:07 +01:00
Roland Jax 3246014890 More data types (char, int, long, float) added. 2013-12-01 22:00:35 +01:00
Roland Jax 11aa98c4fa New daemon option nodevicecheck added. 2013-11-29 15:03:07 +01:00
Roland Jax 91b8671141 Data type of struct commands.s_type changed from integer to char[2] 2013-11-19 17:47:53 +01:00
Roland Jax 916ec20456 Initial commit on github. 2013-11-14 21:15:14 +01:00