Skip to content

Commit

Permalink
oh god, tabs got in somehow
Browse files Browse the repository at this point in the history
  • Loading branch information
eam committed Jul 5, 2013
1 parent 35ae10f commit 9326698
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions libcrange/source/src/perl_functions.c
Expand Up @@ -115,8 +115,8 @@ int add_functions_from_perlmodule(libcrange* lr, apr_pool_t* pool,
/* perl_inc_path is /foo:/bar. split it and insert it onto @INC in a BEGIN block
Explicitly not concerned about rogue code - this value is from the system config
*/
strncat(perlboot, "BEGIN { my @paths = split ':', q{", sizeof(perlboot));
strncat(perlboot, perl_inc_path, sizeof(perlboot));
strncat(perlboot, "BEGIN { my @paths = split ':', q{", sizeof(perlboot));
strncat(perlboot, perl_inc_path, sizeof(perlboot));
strncat(perlboot, "}; push @INC, @paths; }\n", sizeof(perlboot));
}
strncat(perlboot, PERLBOOT, sizeof(perlboot));
Expand Down

0 comments on commit 9326698

Please sign in to comment.