Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

addObjectToUpdateQueue function the interrupt #6

Open
daijianshusheng opened this issue Mar 22, 2016 · 3 comments
Open

addObjectToUpdateQueue function the interrupt #6

daijianshusheng opened this issue Mar 22, 2016 · 3 comments

Comments

@daijianshusheng
Copy link
Contributor

dlhy.pdf

I think there should be a logical judgment

- (void) addObjectToUpdateQueue:(YPObject *)pdfObject
{
    //add to update array

    [updateObjectQueue addObject:pdfObject];     //Here the interrupt

    //[pdfObject getUncompressedStreamContents];
}
@mipmip
Copy link
Member

mipmip commented Mar 22, 2016

I don't know what you mean. But a pull-request is welcome. This might clarify your suggestion

@daijianshusheng
Copy link
Contributor Author

If the PDF file format simple enough, in this place will cause the interruption of the program, because the judge is not doing enough. The annex to the test file problems.

@daijianshusheng
Copy link
Contributor Author

use Xcode 7.3

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants