Change while(true) { to while(!feof(input)) { in null flush wrapper methods
commitca0bf02676c968a3ca57d2d342b1c06264e18009
authorftyers <ftyers@72bbbca6-d526-0410-a7d9-f06f51895060>
Fri, 9 May 2008 09:34:05 +0000 (9 09:34 +0000)
committerftyers <ftyers@72bbbca6-d526-0410-a7d9-f06f51895060>
Fri, 9 May 2008 09:34:05 +0000 (9 09:34 +0000)
tree8222af2dad9b28661d1fa655c97119772f5ec523
parent53683fa6c017b916fd4eef20646e0f87f8e55d9e
Change while(true) { to while(!feof(input)) { in null flush wrapper methods

git-svn-id: http://apertium.svn.sourceforge.net/svnroot/apertium/trunk/lttoolbox@4789 72bbbca6-d526-0410-a7d9-f06f51895060
lttoolbox/fst_processor.cc