https://bugs.winehq.org/show_bug.cgi?id=25453
Olivier F. R. Dierick o.dierick@piezo-forte.be changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |o.dierick@piezo-forte.be
--- Comment #10 from Olivier F. R. Dierick o.dierick@piezo-forte.be --- (In reply to Jörg Höhle from comment #0)
Please compare http://source.winehq.org/source/dlls/winmm/tests/mci.c?v=wine-1.3.8#l288 if(!err) ok(!strcmp(buf,"")... with http://source.winehq.org/git/wine.git/?a=blob;f=dlls/winmm/tests/mci.c; hb=c138970ea2ce0661ebb80a5e0079e284a19d3176#l288 if(!err) ok(!strcmp(buf,"0")... See the missing 0? The source code never said "".
I don't see those differences. Is there something else to fix?