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 Fix dtinfo search engine 2014-04-01 16:52:36 -06:00
dtsearch.dbd Initial import of the CDE 2.1.30 sources from the Open Group. 2012-03-10 18:21:40 +00:00
dtsrclean.c dtsr: resolve all 12 compiler warnings. 2015-01-05 16:54:12 +00:00
dtsrcreate.c dtsr: Resolve all -Wformat-security warnings. 2012-08-29 18:21:05 +01:00
dtsrdbrec.c dtsr: Resolve all -Wformat-security warnings. 2012-08-29 18:21:05 +01:00
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 Add GNU LGPL headers to all .c .C and .h files 2012-03-10 18:58:32 +00:00
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