From 24be089a0f91eca76504d7d56b469d1d4dcbbeab Mon Sep 17 00:00:00 2001 From: Even Rouault Date: Wed, 29 May 2019 11:17:55 +0200 Subject: pj_open_lib() doc: specify that short_filename must not be null (refs #1489) --- src/open_lib.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/open_lib.cpp') diff --git a/src/open_lib.cpp b/src/open_lib.cpp index 01f626e8..91b66feb 100644 --- a/src/open_lib.cpp +++ b/src/open_lib.cpp @@ -288,7 +288,7 @@ pj_open_lib(projCtx ctx, const char *name, const char *mode) { * as a short filename. * * @param ctx context. - * @param short_filename short filename (e.g. egm96_15.gtx) + * @param short_filename short filename (e.g. egm96_15.gtx). Must not be NULL. * @param out_full_filename output buffer, of size out_full_filename_size, that * will receive the full filename on success. * Will be zero-terminated. -- cgit v1.2.3