summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--apps/plugins/iriverify.c7
1 files changed, 2 insertions, 5 deletions
diff --git a/apps/plugins/iriverify.c b/apps/plugins/iriverify.c
index 9e7cdfb16a..7b5c21832f 100644
--- a/apps/plugins/iriverify.c
+++ b/apps/plugins/iriverify.c
@@ -109,11 +109,8 @@ static int write_file(void)
109 str_begin = buf_ptr; 109 str_begin = buf_ptr;
110 } 110 }
111 111
112 /* Ok, skip a char */ 112 /* Next char, until ... */
113 buf_ptr++; 113 } while(buf_ptr++ < stringbuffer + readsize);
114
115 /* until ... */
116 } while(buf_ptr < stringbuffer + readsize);
117 114
118 rb->close(fd); 115 rb->close(fd);
119 116