mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
parent
e5c8638af6
commit
cce8c46a80
@ -620,6 +620,7 @@ static string get_link_dest(LinkAction *link, PDFDoc *doc) {
|
|||||||
case actionSound: break;
|
case actionSound: break;
|
||||||
case actionJavaScript: break;
|
case actionJavaScript: break;
|
||||||
case actionUnknown: break;
|
case actionUnknown: break;
|
||||||
|
default: break;
|
||||||
}
|
}
|
||||||
return oss.str();
|
return oss.str();
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user