aboutsummaryrefslogtreecommitdiffstats
path: root/README-maintainer
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2019-06-21 14:53:08 +0200
committerJay Berkenbilt <ejb@ql.org>2019-06-21 19:17:45 +0200
commit6fca27995ea2d4da06bab85e5d7911e01618ddda (patch)
tree0265aeb3d27bafade1a19cea2e75016f9676613c /README-maintainer
parentcc2e8853b5a87eefa304c03d2d242a339d942c77 (diff)
downloadqpdf-6fca27995ea2d4da06bab85e5d7911e01618ddda.tar.zst
Update casting policy in the documentation
Diffstat (limited to 'README-maintainer')
-rw-r--r--README-maintainer2
1 files changed, 1 insertions, 1 deletions
diff --git a/README-maintainer b/README-maintainer
index 77c1b1a3..cb6e7b26 100644
--- a/README-maintainer
+++ b/README-maintainer
@@ -119,7 +119,7 @@ RELEASE PREPARATION
* If any interfaces were added or changed, check C API to see whether
changes are appropriate there as well. If necessary, review the
casting policy in the manual, and ensure that integer types are
- properly handled.
+ properly handled with QIntC or the appropriate cast.
* Increment shared library version information as needed (`LT_*` in
`configure.ac`)