Fix an off-by-one bug.
[paraslash.git] / stat.c
diff --git a/stat.c b/stat.c
index 3ba13b7e0d0f7655692e4421e80b30c97e1719a2..eefac72c02fe343a1e0d4d19aed7f84387cb8269 100644 (file)
--- a/stat.c
+++ b/stat.c
@@ -79,7 +79,8 @@ const char *status_item_list[NUM_STAT_ITEMS] = {
        [SI_CURRENT_TIME] = "current_time",
 
        [SI_AUDIOD_UPTIME] = "audiod_uptime",
-       [SI_SELECTOR] = "dbtool"
+       [SI_IMAGE_ID] = "image_id",
+       [SI_LYRICS_ID] = "lyrics_id"
 };
 
 static void dump_stat_client_list(void)