summaryrefslogtreecommitdiff
path: root/include/motd.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/motd.h')
-rw-r--r--include/motd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/motd.h b/include/motd.h
index 24e15e6..4490b17 100644
--- a/include/motd.h
+++ b/include/motd.h
@@ -47,7 +47,7 @@ struct MessageFile
{
MessageFileLine *contentsOfFile;
MotdType motdType;
- char fileName[PATH_MAX + 1];
+ char fileName[HYB_PATH_MAX + 1];
char lastChangedDate[MAX_DATE_STRING + 1];
};