aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonathan McCrohan <jmccrohan@gmail.com>2012-03-13 02:17:37 +0000
committerJonathan McCrohan <jmccrohan@gmail.com>2012-03-13 02:20:20 +0000
commite798ee1ac24fd5f2f272360be28faef4cf39f079 (patch)
tree12aa2ea9c6cb0073a87bcc26a27e1a134baccb89
parentbb2ff32e5a548e650c6aa86a7d1e57f7cb6ab34b (diff)
downloadverteco-e798ee1ac24fd5f2f272360be28faef4cf39f079.tar.gz
modbuslog: fix logic typov1.3
break != continue Introduced in 1cac28534c332d771bfd7a1a216bdaacbfe27fd1
Diffstat (limited to '')
-rw-r--r--src/modbuslog.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modbuslog.c b/src/modbuslog.c
index 281b23b..9ef6f49 100644
--- a/src/modbuslog.c
+++ b/src/modbuslog.c
@@ -230,7 +230,7 @@ int main(int argc, char *argv[]) {
LOG_ERR,
"Skipping read from slaveid=[%i], registertype=[%i], startaddress=[%i], numregisters=[%i]",
slaveid, registertype, startaddress, numregisters);
- break;
+ continue;
}
int retry = 0;
/span>strftime_tz patch from Bernhard Wallemichael1-0/+11 2008-09-08strftime_tz() plugin by Bernhard Wallemichael1-0/+25 2008-09-03ULA200 driver by Bernhard Wallemichael7-2/+825 2008-09-03indentmichael1-4/+4 2008-08-31Increased the maximum bps to 230400, if defined in <termios.h>.sonic741-2/+7 2008-08-27git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@889 3ae390bd-cb1e-0410-...sonic741-18/+11 2008-08-27D4D updates by Svenmichael1-38/+60 2008-08-03driver for 4D Systems serial displays by Sven Killigmichael9-45/+846 2008-08-03signed/unsigned mismatchmichael1-3/+3 2008-07-26added command functionsmichux1-2/+130 2008-07-15added IRLCD driver by Jean-Philippe Civademichael10-5/+467 2008-07-15'autoreconf -f -i' run & config.rpath addedmichael8-370/+1617