andyzip icon indicating copy to clipboard operation
andyzip copied to clipboard

Bug in filenames() and dir_entries()

Open zodiacon opened this issue 6 years ago • 2 comments

There's a bug, where p is incremented with ++p on every iteration. This is wrong... The ++p needs to be removed from the for loops.

zodiacon avatar Jul 24 '18 17:07 zodiacon

Thanks, Pavel. I'll take a look.

andy-thomason avatar Jul 31 '18 10:07 andy-thomason

I've pushed a change but haven't had time to test it.

I haven't had a look at this code for a while. Feel free to check it and give feedback.

andy-thomason avatar Jul 31 '18 10:07 andy-thomason