dtdocbook: ensure the correct data type is passed into the variable

argument list.
This commit is contained in:
Liang Chang
2022-04-14 03:33:35 -04:00
parent 1adb29e6a7
commit a046a95d81
3 changed files with 9 additions and 9 deletions

View File

@@ -170,7 +170,7 @@ class DBCursor{
void seekToRec( int pos ); /* seek directly to pos */
protected:
void string_field(FILE *, char **, int *);
void string_field(FILE *, char **, size_t *);
void int_field(FILE *, int *);
void short_list(FILE *, int *, int, void*);