Closed roflcopter4 closed 1 year ago
It leaves one speechless to see how this went on for so long, seemingly working with me not noticing such a simple oversight. Thanks for the PR, much needed - that function is used in a TON of places.
It should really just be illegal to have a function with a non-void return type not end up returning anything. Just one of those holdovers from ancient C that won't die.
Yeah, coding in C is unforgiving. I have learned my lesson :D
The value this function exists to retrieve wasn't being returned. This broke the new fix in Explorer Patcher for me.