http://bugs.winehq.org/show_bug.cgi?id=25453
Summary: LXR falsifies source code at http://source.winehq.org/source/ Product: WineHQ.org Version: unspecified Platform: All OS/Version: All Status: UNCONFIRMED Severity: normal Priority: P2 Component: www-unknown AssignedTo: wine-bugs@winehq.org ReportedBy: hoehle@users.sourceforge.net
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=c1... if(!err) ok(!strcmp(buf,"0")... See the missing 0? The source code never said "".
At Wineconf it was suggested that the LXR package that is said to generate the source listings be updated to see if the bug would still be present then.