1
0
mirror of https://github.com/Interlisp/maiko.git synced 2026-01-13 23:27:12 +00:00

Add missing argument in trim_finfo_highest() call.

This commit is contained in:
Nick Briggs 2017-05-24 15:38:02 -07:00
parent e716766e30
commit 28887f01c8

View File

@ -2283,7 +2283,7 @@ COM_gen_files(args)
return(GetSmallp(-1));
if (dskp) {
if (highestp)
count = trim_finfo_highest(&fp);
count = trim_finfo_highest(&fp, highestp);
else if (version > 0 && count > 0)
count = trim_finfo_version(&fp, version);
else