summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 6fc1aeb)
raw | patch | inline | side by side (parent: 6fc1aeb)
author | Ruben Kerkhof <ruben@rubenkerkhof.com> | |
Sat, 5 Mar 2016 17:08:24 +0000 (18:08 +0100) | ||
committer | Ruben Kerkhof <ruben@rubenkerkhof.com> | |
Sat, 5 Mar 2016 17:08:24 +0000 (18:08 +0100) |
src/perl.c | patch | blob | history |
diff --git a/src/perl.c b/src/perl.c
index c25bfe897870a8a83457c1c60e91b59c6767aa3e..36c1e26743a3c84baa9da5dcf4899d03eef94d66 100644 (file)
--- a/src/perl.c
+++ b/src/perl.c
/* bootstrap the Collectd module */
static void xs_init (pTHX)
{
- HV *stash = NULL;
- SV *tmp = NULL;
- char *file = __FILE__;
+ HV *stash = NULL;
+ SV *tmp = NULL;
+ const char *file = __FILE__;
int i = 0;