http://bugs.winehq.org/show_bug.cgi?id=3309
------- Additional Comments From danny.milo@gmx.net 2005-11-09 06:41 ------- ok I tried: while (*p && *p == '-') { total++; p++; } now and now the bottom field is alright (although the second part is a bit long, but I guess thats ok), but the top field is still totally wrong. It is changed, however.
Note that outputting the mask (with ERR(...)) outputs the same mask twice although the top mask should be quite a bit different. Why ?