Skip to content

Commit d0ec761

Browse files
committed
Copy the change from ../getpathp.c here.
1 parent 2dbabb2 commit d0ec761

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

PC/os2vacpp/getpathp.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -389,7 +389,7 @@ calculate_path()
389389
}
390390
else
391391
bufsz = 0;
392-
bufsz += strlen(PYTHONPATH);
392+
bufsz += strlen(PYTHONPATH) + 1;
393393
if (envpath != NULL)
394394
bufsz += strlen(envpath) + 1;
395395
bufsz += strlen(argv0_path) + 1;

0 commit comments

Comments
 (0)