freemyipod r717 - Code Review

Jump to: navigation, search
Repository:freemyipod
Revision:r716‎ | r717 | r718 >
Date:03:20, 23 May 2011
Author:user890104
Status:new
Tags:
Comment:
Beeper: fix a small bug
Modified paths:
  • /apps/beeper/main.c (modified) (history)

Diff [purge]

Index: apps/beeper/main.c
@@ -95,7 +95,7 @@
9696
9797 for (i = 0; i < count; ++i)
9898 {
99 - if (0 == buf[i].length)
 99+ if (0 == buf[i].cycles)
100100 {
101101 sleep(buf[i].length);
102102 continue;