From 3fd2bce57f8e7fb0fa357ef0543883a36d833367 Mon Sep 17 00:00:00 2001 From: Tim Kientzle Date: Thu, 2 Jul 2009 00:15:38 -0400 Subject: [PATCH] const correction. SVN-Revision: 1207 --- cpio/test/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]; -- 2.47.3