ekzyis 4aedc1e9cc Fix return type of gettemperature
I get this error when trying to build my NixOS system with the nixos-25.05 channel:

dwmstatus.c: In function 'gettemperature':
dwmstatus.c:182:24: error: returning 'char *' from a function with return type 'int' makes integer from pointer without a cast []
  182 |                 return smprintf("");
      |                        ^~~~~~~~~~~~
2025-06-08 14:40:37 +02:00
2017-09-10 19:28:54 +02:00
2017-09-10 19:28:54 +02:00
2025-06-08 14:40:37 +02:00
2018-07-17 15:50:15 +02:00
2017-09-10 19:28:54 +02:00
2017-09-10 19:28:54 +02:00
Description
No description provided
73 KiB
Languages
C 74.6%
Makefile 22.2%
Shell 3.2%