Introduction
Introduction Statistics Contact Development Disclaimer Help
Fix execscript() function to retrieve kbmap - dwmstatus - A simple dwm status a…
git clone git://git.suckless.org/dwmstatus
Log
Files
Refs
LICENSE
---
commit e3109b83569672686c3bd705ff37006f62c1b39c
parent 8c2a152d8f4b28f62b8aaa2e0f6b408da9f99fe0
Author: Pepijn Krijnsen <[email protected]>
Date: Sun, 21 Aug 2022 14:03:34 +0100
Fix execscript() function to retrieve kbmap
Signed-off-by: Christoph Lohmann <[email protected]>
Diffstat:
M dwmstatus.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/dwmstatus.c b/dwmstatus.c
@@ -179,7 +179,7 @@ char *
execscript(char *cmd)
{
FILE *fp;
- char retval[1025], rv;
+ char retval[1025], *rv;
memset(retval, 0, sizeof(retval));
You are viewing proxied material from suckless.org. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.