On Windows, when renaming Last to the destination filename, check if the
[neverball] / ball / set.h
index 91d4d84..88a24d6 100644 (file)
@@ -16,8 +16,9 @@ struct set
     /* set global info */
     int number;               /* number of the set */
 
-    char file[MAXSTR];        /* set file description */
-    char user_scores[MAXSTR]; /* user highscore file */
+    char file[PATHMAX];
+
+    char user_scores[PATHMAX]; /* user highscore file */
     char setname[MAXSTR];     /* internal set name */
 
     char name[MAXSTR];        /* set name */