[PATCH 1/2] oledb32: Implement support for converting to DBTYPE_I1.

Owen Rudge owen at owenrudge.net
Thu May 30 03:49:55 CDT 2019


On 30/05/2019 09:35, Alistair Leslie-Hughes wrote:

> +        case DBTYPE_I2:          hr = VarI1FromI2(*(signed short*)src, d); hr = S_OK; break;
> Any reason you faking success here?

Good spot, that extra hr = S_OK shouldn't be there - will fix that.

Thanks,

Owen




More information about the wine-devel mailing list