diff options
| author | Chris Sobczak <chris@sobczak.family> | 2026-07-03 01:09:26 -0700 |
|---|---|---|
| committer | Chris Sobczak <chris@sobczak.family> | 2026-07-12 12:57:29 -0700 |
| commit | 5f0e66602952f5c1f5e561d20bcffc5b67540eda (patch) | |
| tree | aef76af926d9c380072b0e44303cc96f3bf586a5 /config.def.h | |
| parent | e05af3d1d6e25f1e2f679be21596aec18343f552 (diff) | |
Change unknown value to ?
Diffstat (limited to 'config.def.h')
| -rw-r--r-- | config.def.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config.def.h b/config.def.h index 100093e..df4de84 100644 --- a/config.def.h +++ b/config.def.h @@ -4,7 +4,7 @@ const unsigned int interval = 1000; /* text to show if no value can be retrieved */ -static const char unknown_str[] = "n/a"; +static const char unknown_str[] = "?"; /* maximum output string length */ #define MAXLEN 2048 |
