summaryrefslogtreecommitdiff
path: root/config.def.h
diff options
context:
space:
mode:
authorChris Sobczak <chris@sobczak.family>2026-07-03 01:09:26 -0700
committerChris Sobczak <chris@sobczak.family>2026-07-03 01:09:26 -0700
commit8cab3a83dd816efc457268d359b60e885365b104 (patch)
tree2f1ad96560e2ef37ce4dc72c0690e7fc75e7b7c4 /config.def.h
parenta96caf11b886417daf7b9d7c41df34560e7c10ac (diff)
Change unknown value to ?
Diffstat (limited to 'config.def.h')
-rw-r--r--config.def.h2
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