applied changes from 92cceaf860bbf56d983063471093858a3871ec23

through e38c570559610854b85c2c517053417779a76964

applied changes from e38c570559610854b85c2c517053417779a76964
             through 9d44b483787d6b5bf34a75581975d592ab901570

applied changes from 9d44b483787d6b5bf34a75581975d592ab901570
             through 6ec97f8aa3c0da79e5ef04809f3d7fce566e64b3

Monotone-Parent: 00afe1e795cd37cafff7687d6f1b8502f4f5735e
Monotone-Revision: 82564e2898976a6c09a85817e4b2954a5c58b7a9

Monotone-Author: flachapelle@inverse.ca
Monotone-Date: 2011-11-17T19:16:46
This commit is contained in:
Francis Lachapelle
2011-11-17 19:16:46 +00:00
parent 88d818df1a
commit b5fdc4a7c9
420 changed files with 7099 additions and 7050 deletions
+2 -2
View File
@@ -1986,7 +1986,7 @@ static NSArray *childRecordFields = nil;
[r appendFormat: @"<D:response><D:href>"];
[r appendString: baseURL];
[r appendString: [object objectForKey: @"c_name"]];
[r appendString: [[object objectForKey: @"c_name"] stringByEscapingURL]];
[r appendString: @"</D:href>"];
// NSLog (@"(appendPropstats...): %@", [NSDate date]);
@@ -2032,7 +2032,7 @@ static NSArray *childRecordFields = nil;
for (count = 0; count < max; count++)
{
element = [refs objectAtIndex: count];
currentURL = [[element firstChild] nodeValue];
currentURL = [[[element firstChild] nodeValue] stringByUnescapingURL];
[urls addObject: currentURL];
}