rpi-kernel icon indicating copy to clipboard operation
rpi-kernel copied to clipboard

Pop function in List class doesn't decrement the length data member

Open fmascarich opened this issue 9 years ago • 1 comments

I just noticed that the Pop function in List class in common doesn't decrement the length data member. Calls to getLength might not accurately represent the list's true length.

Love your project, thanks

fmascarich avatar Dec 18 '15 04:12 fmascarich

Ooooh, nice catch! Thanks! That may explain some of the weird behavior I've run in to. I'll get that fixed up sometime soon :)

Also, I'm glad you like the project!!

SharpCoder avatar Dec 18 '15 05:12 SharpCoder