diff --git a/src/od65/dump.c b/src/od65/dump.c index b15dac59f..cbdf0e7fe 100644 --- a/src/od65/dump.c +++ b/src/od65/dump.c @@ -924,11 +924,12 @@ void DumpObjSegSize (FILE* F, unsigned long Offset) /* Read and print the sizes of all segments */ while (Count--) { - /* Read the data for one segments */ + /* Read the data for one segment */ unsigned long DataSize = Read32 (F); unsigned long NextSeg = ftell (F) + DataSize; const char* Name = GetString (&StrPool, ReadVar (F)); unsigned Len = strlen (Name); + (void) ReadVar (F); /* Skip segment flags */ unsigned long Size = ReadVar (F); /* Skip alignment, type and fragment count */