cybergarage / mupnp

mUPnP for C is a development package for UPnP™ developers. mUPnP controls these protocols automatically, and supports to create your devices and control points quickly.
http://www.cybergarage.org/
Other
82 stars 46 forks source link

Have a error GUpnpAvServer.m #4

Closed RbBtSn0w closed 10 years ago

RbBtSn0w commented 10 years ago

Link https://github.com/cybergarage/CyberLink4C/blob/master/std/av/wrapper/objc/CyberLink/CGUpnpAvServer.m

Line : 164 if (![self browse:aObjectId browseFlag:@"BrowseDirectChildren" options:[NSArray array]])

New: if (![self browse:aObjectId browseFlag:@"BrowseDirectChildren" options:[NSDictionary dictionary]])

Original method,

cybergarage commented 10 years ago

I have merged your pull request. Thanks for your report :-)