You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cordova.apache.org by ahc2483 <gi...@git.apache.org> on 2012/09/26 17:05:13 UTC

incubator-cordova-ios pull request: Update CordovaLib/Classes/CDVFileTransf...

GitHub user ahc2483 opened a pull request:

    https://github.com/apache/incubator-cordova-ios/pull/53

    Update CordovaLib/Classes/CDVFileTransfer.m

    Line 249 causes an NSRangeException, as arguments only contains 9 elements

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/ahc2483/incubator-cordova-ios patch-1

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/incubator-cordova-ios/pull/53.patch

----
commit eff1c5f0bef50437f90399bf7936ef11c39867bb
Author: ahc2483 <Ah...@gmail.com>
Date:   2012-09-26T08:04:15-07:00

    Update CordovaLib/Classes/CDVFileTransfer.m
    
    Line 249 causes an NSRangeException, as arguments only contains 9 elements

----