summaryrefslogtreecommitdiff
path: root/test/backupstore/testbackupstore.cpp
diff options
context:
space:
mode:
authorChris Wilson <chris+github@qwirx.com>2008-10-17 19:59:29 +0000
committerChris Wilson <chris+github@qwirx.com>2008-10-17 19:59:29 +0000
commit1d9b6f07e4235c9024cfc2dacedc963c9e0f223f (patch)
treec83a6463d48985b8d6607191b87ef5c6462d60cc /test/backupstore/testbackupstore.cpp
parent5df715e7fcfede6bc1319751c34fc16ac8571100 (diff)
Fix warning about converting string constant to char * on debian lenny.
Diffstat (limited to 'test/backupstore/testbackupstore.cpp')
-rw-r--r--test/backupstore/testbackupstore.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/backupstore/testbackupstore.cpp b/test/backupstore/testbackupstore.cpp
index 64271f04..39bd9fbe 100644
--- a/test/backupstore/testbackupstore.cpp
+++ b/test/backupstore/testbackupstore.cpp
@@ -72,7 +72,7 @@ static const char *ens_filenames[] = {"obj1ertewt", "obj2", "obj3", "obj4dfedfg4
typedef struct
{
- char *fnextra;
+ const char *fnextra;
BackupStoreFilenameClear name;
int seed;
int size;