X-Git-Url: https://git.xinqibao.xyz/slstatus.git/blobdiff_plain/be12b6b350c7cf2ea826d3988371efb680b4ba30..6a33d6c87581bdfbf8c54c1c1220f7c70efc2c67:/config.def.h?ds=inline diff --git a/config.def.h b/config.def.h index 2b06f34..1797a9b 100644 --- a/config.def.h +++ b/config.def.h @@ -4,7 +4,7 @@ static const int update_interval = 1; /* text to show if no value can be retrieved */ -#define UNKNOWN_STR "n/a" +static const char unknown_str[] = "n/a"; /* maximum output string length */ #define MAXLEN 2048