Fixing the commandline -ws. - thingmenu - A simple graphical menu launcher for X11.
HTML git clone git://bitreich.org/thingmenu
DIR Log
DIR Files
DIR Refs
DIR Tags
DIR LICENSE
---
DIR commit 772cc1d9aeac6a847e5e619db347edb55b5b2b43
DIR parent 6a3e0e66058e4b5329f625b57623ef4a5f932ba9
HTML Author: Christoph Lohmann <20h@r-36.net>
Date: Thu, 8 Sep 2011 15:48:08 +0200
Fixing the commandline -ws.
Diffstat:
M thingmenu.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
DIR diff --git a/thingmenu.c b/thingmenu.c
@@ -562,7 +562,7 @@ main(int argc, char *argv[])
i++;
break;
case 's':
- widthscaling = atoi(argv[i+1]);
+ widthscaling = atof(argv[i+1]);
i++;
break;
case 'w':