summaryrefslogtreecommitdiffstats
path: root/term-utils
diff options
context:
space:
mode:
Diffstat (limited to 'term-utils')
-rw-r--r--term-utils/script.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/term-utils/script.c b/term-utils/script.c
index 102f7ec32..c7d951d2e 100644
--- a/term-utils/script.c
+++ b/term-utils/script.c
@@ -105,8 +105,8 @@ struct script_control {
FILE *typescriptfp; /* output file pointer */
char *tname; /* timing file path */
FILE *timingfp; /* timing file pointer */
- ssize_t outsz; /* current output file size */
- ssize_t maxsz; /* maximum output file size */
+ uint64_t outsz; /* current output file size */
+ uint64_t maxsz; /* maximum output file size */
struct timeval oldtime; /* previous write or command start time */
int master; /* pseudoterminal master file descriptor */
int slave; /* pseudoterminal slave file descriptor */