cdesktopenv/cde/programs/dtsr
Giacomo Comes 542fce33d4 call fclose(infile) after print_progress()
The function print_progress uses the pointer infile.
If fclose is called before print_progress then the build process
can fail to build the files:
  doc/C/cde.dti/CDEDOC/dtsearch/CDEDOC.d99
  doc/C/cde.dti/CDEDOC/dtsearch/dtsearch.ocf
  doc/C/cde.dti/cde.oli
To fix the issue move the call fclose(infile) after print_progress()
2016-06-07 20:00:11 -06:00
..
Imakefile
dtsearch.dbd
dtsrclean.c dtsr: resolve all 12 compiler warnings. 2015-01-05 16:54:12 +00:00
dtsrcreate.c
dtsrdbrec.c
dtsrhan.c dtsr: resolve all 12 compiler warnings. 2015-01-05 16:54:12 +00:00
dtsrindex.c dtsr: resolve all 12 compiler warnings. 2015-01-05 16:54:12 +00:00
dtsrkdump.c
dtsrload.c call fclose(infile) after print_progress() 2016-06-07 20:00:11 -06:00
huffcode.c dtsr: resolve all 12 compiler warnings. 2015-01-05 16:54:12 +00:00
tomita.c dtsr: resolve all 12 compiler warnings. 2015-01-05 16:54:12 +00:00