Introduction
Introduction Statistics Contact Development Disclaimer Help
tReturn failure when plugin is unsupported - spoon - dwm status utility (2f30 f…
git clone git://src.adamsgaard.dk/spoon
Log
Files
Refs
LICENSE
---
commit d63b0ebbb6d3c867819316e37d0a5a8b30731253
parent 98241199d1a07c7acabf1444889be02df3ea71ef
Author: sin <[email protected]>
Date: Sun, 15 May 2016 17:02:17 +0100
Return failure when plugin is unsupported
Diffstat:
M spoon.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/spoon.c b/spoon.c
t@@ -103,7 +103,7 @@ battread(char *buf, size_t len)
int
battread(char *buf, size_t len)
{
- return dummyread(buf, len);
+ return -1;
}
#endif
You are viewing proxied material from mx1.adamsgaard.dk. 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.