From 693321d156415067cf64e203f3251815a9ef79bd Mon Sep 17 00:00:00 2001 From: Mart Jansink Date: Wed, 20 Nov 2019 15:51:12 +0100 Subject: Allow e.g. larger DKDMs for CPLs with 40+ unique sound and picture assets. --- src/util.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/util.h b/src/util.h index bc109c62..992c5a61 100644 --- a/src/util.h +++ b/src/util.h @@ -69,7 +69,7 @@ extern void init (); extern int base64_decode (std::string const & in, unsigned char* out, int out_length); extern boost::optional relative_to_root (boost::filesystem::path root, boost::filesystem::path file); extern FILE * fopen_boost (boost::filesystem::path, std::string); -extern std::string file_to_string (boost::filesystem::path, uintmax_t max_length = 65536); +extern std::string file_to_string (boost::filesystem::path, uintmax_t max_length = 1048576); extern std::string private_key_fingerprint (std::string key); extern xmlpp::Node* find_child (xmlpp::Node const * node, std::string name); extern std::string openjpeg_version(); -- cgit v1.2.3