[Pkg-octave-devel] Bug#770192: octave: mkoctfile -M infinite loop maybe because (char)c != EOF
Edmund Grimley Evans
edmund.grimley.evans at gmail.com
Wed Nov 19 19:54:36 UTC 2014
There is no need for the cast. Just use:
int c;
while (true)
{
c = gnulib::fgetc (fp);
More information about the Pkg-octave-devel
mailing list