On 2013-11-19 03:17, Zhenbo Li wrote:
broken(ret == 0x402), /* XP */
"Expected 1027 or DE_INVALIDFILES, got %d\n", ret);
Looks like you accidentally changed this one to 1027 instead of 0x402.
2013/11/20 Lauri Kenttä lauri.kentta@gmail.com:
On 2013-11-19 03:17, Zhenbo Li wrote:
broken(ret == 0x402), /* XP */
"Expected 1027 or DE_INVALIDFILES, got %d\n", ret);
Looks like you accidentally changed this one to 1027 instead of 0x402.
Sorry, it my typo. I'll resend my patch.