case OPT_ARGNUM:
printf (" Data:%26lu", Val);
- if (Type == OPT_DATETIME) {
+ if (Type == OPT_DATETIME) {
/* Print the time as a string */
printf (" (%s)", TimeToStr (Val));
}
const char* Name = GetString (&StrPool, ReadVar (F));
unsigned Len = strlen (Name);
- /* Skip the line infos */
+ /* Skip both line info lists */
+ SkipLineInfoList (F);
SkipLineInfoList (F);
/* Print the header */
Size = ReadVar (F);
}
- /* Skip the line infos */
+ /* Skip both line infos lists */
+ SkipLineInfoList (F);
SkipLineInfoList (F);
/* Print the header */
ExportId = ReadVar (F);
}
- /* Skip the line infos */
+ /* Skip both line info lists */
+ SkipLineInfoList (F);
SkipLineInfoList (F);
/* Print the header */
+