Changeset 12994

Show
Ignore:
Timestamp:
06/01/08 21:06:35 (5 years ago)
Author:
ku
Message:

adhoc fix.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • platform/iphoto/mixi.iPhotoExporter/Mixi.m

    r12986 r12994  
    138138                updated]; 
    139139 
    140         NSLog(@"%@", body); 
    141  
    142140        id data = [body dataUsingEncoding:NSUTF8StringEncoding]; 
    143141 
     
    260258        } else { 
    261259//              [body writeToFile:@"/home/kuma/res.xml" atomically:TRUE]; 
    262                 id xml = [[[NSXMLDocument alloc] initWithData:body 
     260                id xml = [[NSXMLDocument alloc] initWithData:body 
    263261                                        options:NSXMLNodePreserveWhitespace | 
    264262                                        NSXMLNodePreserveCDATA | 
    265263                                        NSXMLDocumentTidyXML 
    266264                                        error:&e 
    267                           ] autorelease]; 
     265                          ]; 
    268266                 
    269267