summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dynotify.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/dynotify.c b/dynotify.c
index 11b2429..c77aeed 100644
--- a/dynotify.c
+++ b/dynotify.c
@@ -46,7 +46,7 @@ struct memory {
};
struct dyroom {
- const char *name;
+ const char name[DYROOM_NAME_LEN];
const unsigned int id;
bool up;
};