1 parent 28c9abb commit e515f6cCopy full SHA for e515f6c
1 file changed
build/simulators/modules/screen.c
@@ -1,5 +1,5 @@
1
/*
2
- * Copyright (c) 2016-2018 Moddable Tech, Inc.
+ * Copyright (c) 2016-2022 Moddable Tech, Inc.
3
*
4
* This file is part of the Moddable SDK Tools.
5
@@ -433,7 +433,7 @@ void fxScreenLaunch(txScreen* screen)
433
434
while (scriptCount--) {
435
if (0 == c_strncmp(script->path, "setup/", 6)) {
436
- char path[PATH_MAX];
+ char path[C_PATH_MAX];
437
char *dot;
438
439
c_strcpy(path, script->path);
0 commit comments