diff options
| author | Tim Kientzle <kientzle@FreeBSD.org> | 2008-12-17 19:05:58 +0000 |
|---|---|---|
| committer | Tim Kientzle <kientzle@FreeBSD.org> | 2008-12-17 19:05:58 +0000 |
| commit | 514c68e92c788be2fd887bc83de9514367787159 (patch) | |
| tree | 75817fa1912893bb5bb70b8b862a693ea66ad518 /lib | |
| parent | eef2284331718cf7dfecdedfe76fa8e5965a9ae2 (diff) | |
Notes
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/libarchive/test/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libarchive/test/main.c b/lib/libarchive/test/main.c index 1de2532b1b53..81a0b3abb37c 100644 --- a/lib/libarchive/test/main.c +++ b/lib/libarchive/test/main.c @@ -897,7 +897,7 @@ int main(int argc, char **argv) time_t now; char *refdir_alloc = NULL; char *progname, *p; - char *tmp; + const char *tmp; char tmpdir[256]; char tmpdir_timestamp[256]; |
