summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2019-12-01 15:25:54 +0100
committerCarl Hetherington <cth@carlh.net>2019-12-01 15:25:54 +0100
commit6394dada7c30a6dea55c5ce060559cad3ef033fa (patch)
tree75039a835024c62d431b5b463705ce97ee505f06 /src
parent75a4d1603551f5405b89f199e7f02b82b2554746 (diff)
parent29e2aa10c3985b8b86a389d1359c2cf149aff0ca (diff)
Merge branch 'master' of ssh://git.carlh.net/home/carl/git/libdcp
Diffstat (limited to 'src')
-rw-r--r--src/util.h2
1 files changed, 1 insertions, 1 deletions
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<boost::filesystem::path> 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();