mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
mod: remove printf workaround in djvu.c
the bug seems to be fixed by commit:
4a5b12aaa4
This commit is contained in:
7
djvu.c
7
djvu.c
@@ -108,13 +108,6 @@ static int closeDocument(lua_State *L) {
|
||||
}
|
||||
if(doc->context != NULL) {
|
||||
ddjvu_context_release(doc->context);
|
||||
|
||||
/*@TODO fix this! 03.03 2012
|
||||
* it works fine in EMU mode, but if I don't
|
||||
* add this printf after context_release, kpfview
|
||||
* simply exit after this function call! */
|
||||
printf("remeber to fix this bug!\n");
|
||||
|
||||
doc->context = NULL;
|
||||
}
|
||||
return 0;
|
||||
|
||||
Reference in New Issue
Block a user