Skip to content

Commit

Permalink
pbc_to_exe: static char execname[1024]
Browse files Browse the repository at this point in the history
  • Loading branch information
Reini Urban committed Nov 9, 2014
1 parent b83e272 commit f177f98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/dev/pbc_to_exe.winxed
Expand Up @@ -71,7 +71,7 @@ const string C_MAIN = <<:MAIN
const unsigned char *program_code_addr;
Parrot_Init_Args *initargs;

char execname[1024];
static char execname[1024];
size_t execname_size = sizeof(execname);
memset(execname, 0, execname_size);
#if defined(__APPLE__)
Expand Down

0 comments on commit f177f98

Please sign in to comment.