Skip to content

Commit e515f6c

Browse files
committed
fix Windows simulator build
1 parent 28c9abb commit e515f6c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

build/simulators/modules/screen.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2016-2018 Moddable Tech, Inc.
2+
* Copyright (c) 2016-2022 Moddable Tech, Inc.
33
*
44
* This file is part of the Moddable SDK Tools.
55
*
@@ -433,7 +433,7 @@ void fxScreenLaunch(txScreen* screen)
433433

434434
while (scriptCount--) {
435435
if (0 == c_strncmp(script->path, "setup/", 6)) {
436-
char path[PATH_MAX];
436+
char path[C_PATH_MAX];
437437
char *dot;
438438

439439
c_strcpy(path, script->path);

0 commit comments

Comments
 (0)