X-Git-Url: https://git.wpitchoune.net/gitweb/?a=blobdiff_plain;f=src%2Ffcache.c;h=6ba8c832a23f0326fd7e701b5806f3d69567da00;hb=b59ec44bffce28192c6408fed838c4d593a17c82;hp=acc2e7a481c80c301fe451a5d1935bfb111e5fef;hpb=967d20c38c65689c96a0276e6f916b4f8e2617de;p=ppastats.git diff --git a/src/fcache.c b/src/fcache.c index acc2e7a..6ba8c83 100644 --- a/src/fcache.c +++ b/src/fcache.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011-2012 jeanfi@gmail.com + * Copyright (C) 2011-2014 jeanfi@gmail.com * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as @@ -94,7 +94,7 @@ char *fcache_get(const char *key) return content; } -void fcache_put(const char *key, char *value) +void fcache_put(const char *key, const char *value) { char *path, *dir, *tmp; FILE *f;