about summary refs log tree commit diff
path: root/lib/libpbmfont2.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libpbmfont2.c')
-rw-r--r--lib/libpbmfont2.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/libpbmfont2.c b/lib/libpbmfont2.c
index 1560b407..6007d7f6 100644
--- a/lib/libpbmfont2.c
+++ b/lib/libpbmfont2.c
@@ -1196,8 +1196,10 @@ pbm_loadbdffont2select(const char *               const filename,
 
    The returned object is in new malloc'ed storage, in many pieces.
    When done with, destroy with pbm_destroybdffont2().
------------------------------------------------------------------------------*/
 
+   The returned object refers to *selectorP, so that must continue to exist
+   until you call pbm_destroybdffont2().
+-----------------------------------------------------------------------------*/
     FILE *         ifP;
     Readline       readline;
     struct font2 * font2P;