https://bugs.winehq.org/show_bug.cgi?id=25453
--- Comment #11 from Jörg Höhle hoehle@users.sourceforge.net ---
(In reply to Olivier F. R. Dierick from comment #10)
http://source.winehq.org/source/dlls/winmm/tests/mci.c?v=wine-1.3.8#0023
The code looks correct now, indeed. Thank you.
Is there something else to fix?
Well, at least in my browser, there's an indentation or rather an I18N issue: Every line whose author's name contains umlauts is misindented:
4aa5f5bc Jörg *0023 #include "windows.h" 6698e9e0 Jan Ze*0024 #include "mmsystem.h"
Perhaps the string length function that LXR uses to calculate the display width produces incorrect values for "Jörg", e.g. 5 instead of 4. That would explain what I see. But that would warrant another bug entry.