From: Tim Kientzle Date: Thu, 2 Jul 2009 04:15:38 +0000 (-0400) Subject: const correction. X-Git-Tag: v2.8.0~548 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3fd2bce57f8e7fb0fa357ef0543883a36d833367;p=thirdparty%2Flibarchive.git const correction. SVN-Revision: 1207 --- diff --git a/cpio/test/main.c b/cpio/test/main.c index 442c93f09..b6d0c0e67 100644 --- a/cpio/test/main.c +++ b/cpio/test/main.c @@ -988,7 +988,7 @@ int main(int argc, char **argv) char *refdir_alloc = NULL; char *testprg; const char *opt_arg, *progname, *p; - char *tmp; + const char *tmp; char tmpdir[256]; char tmpdir_timestamp[256];