diff options
Diffstat (limited to 'src/libraries')
-rw-r--r-- | src/libraries/love.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libraries/love.h b/src/libraries/love.h index c7f243f..26fbe06 100644 --- a/src/libraries/love.h +++ b/src/libraries/love.h | |||
@@ -141,7 +141,7 @@ typedef struct _mesh | |||
141 | 141 | ||
142 | typedef struct _stuffs | 142 | typedef struct _stuffs |
143 | { | 143 | { |
144 | char UUID[45], *name, *description, owner[45]; | 144 | char UUID[45], name[PATH_MAX], description[PATH_MAX], owner[45]; |
145 | //type | 145 | //type |
146 | union | 146 | union |
147 | { | 147 | { |