summaryrefslogtreecommitdiffstats
path: root/src/nolo.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/nolo.c')
-rw-r--r--src/nolo.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/nolo.c b/src/nolo.c
index dfb2034..238336d 100644
--- a/src/nolo.c
+++ b/src/nolo.c
@@ -83,9 +83,9 @@
static void nolo_error_log(struct usb_device_info * dev, int only_clear) {
char buf[2048];
- size_t i;
+ size_t i, count;
- while ( 1 ) {
+ for ( count = 0; count < 20; ++count ) {
memset(buf, 0, sizeof(buf));