We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
LOCAL_FILE_PATH_LENGTH
1 parent ad782b5 commit 22d2a16Copy full SHA for 22d2a16
src/macros.h
@@ -11,7 +11,8 @@
11
12
#define LOCAL_FILE_PATH "./statics/local-storage/informe-juego_"
13
14
-#define LOCAL_FILE_PATH_LENGTH (sizeof(LOCAL_FILE_PATH) + sizeof("YYYY-MM-DD-HH-mm") + 1)
+#define LOCAL_FILE_PATH_LENGTH \
15
+ (sizeof(LOCAL_FILE_PATH) + sizeof("YYYY-MM-DD-HH-mm") + sizeof(".txt") + 1)
16
17
/* --------------------------------- Player --------------------------------- */
18
0 commit comments