Closed GoogleCodeExporter closed 9 years ago
[deleted comment]
The other way is changing the first while loop.
while( front && num){
ahead = ahead -> next;
num = num -1;
}
Original comment by arunsiva...@gmail.com
on 25 Jul 2013 at 4:23
Hey Arun,
Thanks for your report, and it is really a good catch! I have fixed this and
push it.
Original comment by TsungHsi...@gmail.com
on 30 Jul 2013 at 8:39
Original issue reported on code.google.com by
arunsiva...@gmail.com
on 24 Jul 2013 at 6:09