Fixed the bug in my program. As it was going to add some larger files onto the stack of largest files, it would go and pop the smallest file off the stack to make room for the new, bigger file. Well, after it took the smallest file off, and before it put the next one on in its place, I had it checking a null location for a file size, and it didn'
(
Read more... )