Fixed the display of the restorable folder ids

pull/5/head
Wolfgang Sourdeau 2012-10-18 11:04:50 -04:00
parent 97aefee1ec
commit cb61753cc4
1 changed files with 1 additions and 1 deletions

View File

@ -521,7 +521,7 @@ typedef enum SOGoToolRestoreMode {
if (tables)
{
NSLog (@"Restorable folders:");
folderPrefixLen = 8 + [userID length];
folderPrefixLen = 1 + [userID length];
tableKeys = [[tables allKeys] objectEnumerator];
while ((key = [tableKeys nextObject]))
{