Skip to content

Commit b460c44

Browse files
committed
missed a line
1 parent ad47e35 commit b460c44

File tree

5 files changed

+2
-1
lines changed

5 files changed

+2
-1
lines changed

bin/aix/convH

0 Bytes
Binary file not shown.

bin/aix/mqsmfcsv

-131 KB
Binary file not shown.

bin/linux/mqsmfcsv

0 Bytes
Binary file not shown.

bin/win/mqsmfcsv.exe

0 Bytes
Binary file not shown.

src/mqsmf.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -974,7 +974,8 @@ int main( int argc, char *argv[] )
974974

975975
if (totalRecords % ticker == 0 && totalRecords > startingRecords)
976976
{
977-
fprintf(infoStream,"Processed %u records %s %s\n",totalRecords,
977+
pos = ftello(fp);
978+
fprintf(infoStream,"Processed %u records %s %s\n",totalRecords,
978979
getFormatPercent(totalFileSize,pos), getFormatRate(pos));
979980
if (!streamOutput && outputFormat != OF_JSON)
980981
takeCheckPoint(checkPointFileName,pos);

0 commit comments

Comments
 (0)