summaryrefslogtreecommitdiffstats
path: root/qpdf
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2012-06-25 16:51:44 +0200
committerJay Berkenbilt <ejb@ql.org>2012-06-25 16:51:44 +0200
commit1a3e88ca099bb066a61dcfd0711fdb3b3bfe3eb0 (patch)
tree4b82d8e770e1ce337e1045c138c0c3ea6b8338de /qpdf
parentfb14dc5893ba7d58c0ef9d9798c5bf9f5c0c4943 (diff)
downloadqpdf-1a3e88ca099bb066a61dcfd0711fdb3b3bfe3eb0.tar.zst
Fix large file support for 32-bit Linux
Diffstat (limited to 'qpdf')
-rw-r--r--qpdf/test_large_file.cc6
1 files changed, 6 insertions, 0 deletions
diff --git a/qpdf/test_large_file.cc b/qpdf/test_large_file.cc
index c1ee4060..880877f4 100644
--- a/qpdf/test_large_file.cc
+++ b/qpdf/test_large_file.cc
@@ -1,3 +1,9 @@
+// NOTE: This test program doesn't do anything special to enable large
+// file support. This is important since it verifies that programs
+// don't have to do anything special -- all the work is done
+// internally by the library as long as they don't do their own file
+// I/O.
+
#include <qpdf/QPDF.hh>
#include <qpdf/QPDFWriter.hh>
#include <qpdf/QPDFObjectHandle.hh>