On Sun, Mar 22, 2009 at 4:04 PM, Ricardo Filipe ricardojdfilipe@gmail.com wrote:
my next task was to fix this eheh. i think it would make more sense to just change
if(!params->PathBuffer && !params->PathBufferSize)
to
if(!params->PathBuffer)
That's not what the patch does, but I did mistakenly leave an extra copy of requiredSize > params->PathBufferSize in the top if statement. Feel free to send a correct patch.