Incorrect return type in ArrayReserve template

Bugs that have been investigated and resolved somehow.

Moderator: GZDoom Developers

Forum rules
Please don't bump threads here if you have a problem - it will often be forgotten about if you do. Instead, make a new thread here.
Post Reply
User avatar
phantombeta
Posts: 2084
Joined: Thu May 02, 2013 1:27 am
Operating System Version (Optional): Windows 10
Graphics Processor: nVidia with Vulkan support
Location: Brazil

Incorrect return type in ArrayReserve template

Post by phantombeta »

The ArrayReserve template used for the direct native version of DynArray*.Reserve doesn't return anything, leading to random bugs, as the function is actually supposed to return the value returned by TArray::Reserve.
_mental_
 
 
Posts: 3812
Joined: Sun Aug 07, 2011 4:32 am

Re: Incorrect return type in ArrayReserve template

Post by _mental_ »

Fixed in 6362415.
Post Reply

Return to “Closed Bugs [GZDoom]”