twifi.c: change placeholder text for ssid on linux - spoon - [fork] customized build of spoon, the dwm status utility
(HTM) git clone git://src.adamsgaard.dk/spoon
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) LICENSE
---
(DIR) commit 1a7b333f848414a976ae2fa9d21b0b906b049402
(DIR) parent 1ebbb21978d5d563a5d3268bbc012d4d359d8e1c
(HTM) Author: Anders Damsgaard <anders@adamsgaard.dk>
Date: Sat, 13 Mar 2021 09:07:36 +0100
wifi.c: change placeholder text for ssid on linux
Diffstat:
M wifi.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
(DIR) diff --git a/wifi.c b/wifi.c
t@@ -182,7 +182,7 @@ wifiread(void *arg, char *buf, size_t len)
DPRINTF_D(quality);
if (quality == -1)
return -1;
- wifiprint(buf, len, quality, "asdf");
+ wifiprint(buf, len, quality, "wlan");
return 0;
}
#endif