From 1d9b6f07e4235c9024cfc2dacedc963c9e0f223f Mon Sep 17 00:00:00 2001 From: Chris Wilson Date: Fri, 17 Oct 2008 19:59:29 +0000 Subject: Fix warning about converting string constant to char * on debian lenny. --- test/backupstore/testbackupstore.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') 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; -- cgit v1.2.3