aboutsummaryrefslogtreecommitdiff
path: root/src/include/fe_utils/print.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/fe_utils/print.h')
-rw-r--r--src/include/fe_utils/print.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/fe_utils/print.h b/src/include/fe_utils/print.h
index 13ebb003624..cfc26b95203 100644
--- a/src/include/fe_utils/print.h
+++ b/src/include/fe_utils/print.h
@@ -171,7 +171,7 @@ typedef struct printTableContent
const char **cells; /* NULL-terminated array of cell content
* strings */
const char **cell; /* Pointer to the last added cell */
- long cellsadded; /* Number of cells added this far */
+ uint64 cellsadded; /* Number of cells added this far */
bool *cellmustfree; /* true for cells that need to be free()d */
printTableFooter *footers; /* Pointer to the first footer */
printTableFooter *footer; /* Pointer to the last added footer */