mirror of
https://github.com/swisspol/GCDWebServer.git
synced 2026-04-05 00:04:17 +08:00
Fix
This commit is contained in:
@@ -91,7 +91,7 @@
|
||||
#if __has_feature(objc_arc)
|
||||
__unsafe_unretained GCDWebUploader* uploader = self;
|
||||
#else
|
||||
__block GCDWebUploader* server = self;
|
||||
__block GCDWebUploader* uploader = self;
|
||||
#endif
|
||||
|
||||
// Resource files
|
||||
|
||||
Reference in New Issue
Block a user