Various type and cast bits.

This commit is contained in:
nhkeni
2022-03-16 18:18:52 -04:00
parent e51026aee1
commit a64a666f78
12 changed files with 28 additions and 14 deletions

View File

@@ -327,7 +327,8 @@ check_version(struct version_info *version_data, const char *filename,
boolean
uptodate(NHFILE *nhfp, const char *name, unsigned long utdflags)
{
int rlen = 0, cmc = 0, filecmc = 0;
ssize_t rlen = 0;
int cmc = 0, filecmc = 0;
struct version_info vers_info;
boolean verbose = name ? TRUE : FALSE;
char indicator;