public
Description: An OS X application to build a standalone web site as an export from my photo album.
Homepage: http://bleu.west.spy.net/~dustin/projects/photosync/
Clone URL: git://github.com/dustin/photosync.git
Search Repo:
modified the gswebkit stuff to use NSError
dustin (author)
Wed Feb 16 00:04:27 -0800 2005
commit  6845a87c442b3d6bc6741c1336345ada78209ef5
tree    6b1b79968330f7dc7e6e2ad32075eff5bfc8beac
parent  6f1d0b73b6f3a6fe4ce8305342c24dff66f65d5e
...
34
35
36
37
38
39
40
41
42
43
44
...
34
35
36
 
 
 
37
 
38
39
40
0
@@ -34,11 +34,7 @@
0
   BOOL rv=NO;
0
   NSLog(@"Trying %@", [theRequest URL]);
0
   NSHTTPURLResponse *resp=nil;
0
-#ifdef GNUSTEP
0
- URLError *err=nil;
0
-#else
0
   NSError *err=nil;
0
-#endif
0
   NSData *body=[NSURLConnection sendSynchronousRequest:theRequest
0
     returningResponse:&resp error:&err];
0
   int rc=500;

Comments

    No one has commented yet.