there's a typo in in dwm.c in setmwfact():
...
else if(1 == sscanf(arg, "%lf", &delta)) {
if(arg[0] == '+' || arg[0] == '-')
mwfact += delta;
else
mwfact = delta; // should be -=
...
}
Received on Mon Oct 01 2007 - 20:15:50 UTC
This archive was generated by hypermail 2.2.0 : Sun Jul 13 2008 - 14:56:28 UTC