[Box Backup-commit] COMMIT r2355 - box/trunk/test/backupstore

boxbackup-dev at boxbackup.org boxbackup-dev at boxbackup.org
Fri Oct 17 20:59:29 BST 2008


Author: chris
Date: 2008-10-17 20:59:29 +0100 (Fri, 17 Oct 2008)
New Revision: 2355

Modified:
   box/trunk/test/backupstore/testbackupstore.cpp
Log:
Fix warning about converting string constant to char * on debian lenny.


Modified: box/trunk/test/backupstore/testbackupstore.cpp
===================================================================
--- box/trunk/test/backupstore/testbackupstore.cpp	2008-10-17 06:46:36 UTC (rev 2354)
+++ box/trunk/test/backupstore/testbackupstore.cpp	2008-10-17 19:59:29 UTC (rev 2355)
@@ -72,7 +72,7 @@
 
 typedef struct
 {
-	char *fnextra;
+	const char *fnextra;
 	BackupStoreFilenameClear name;
 	int seed;
 	int size;




More information about the Boxbackup-commit mailing list