Re: [dwm] setmwfact bug

From: Enno \ <gottox_AT_gmail.com>
Date: Mon, 1 Oct 2007 20:19:47 +0200

No, this is right...
(Please don't use C++-style comments in C Code)

2007/10/1, Szabolcs Nagy <nszabolcs_AT_gmail.com>:
> 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 -=
> ...
> }
>
>

-- 
http://www.gnuffy.org - Real Community Distro
http://www.gnuffy.org/index.php/GnuEm - Gnuffy on Ipaq (Codename Peggy)
Received on Mon Oct 01 2007 - 20:19:51 UTC

This archive was generated by hypermail 2.2.0 : Sun Jul 13 2008 - 14:56:29 UTC