mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-09 04:59:31 -06:00
*** empty log message ***
This commit is contained in:
@@ -667,7 +667,7 @@ public class GFEditor2 extends JFrame implements ActionListener, CaretListener,
|
||||
linearization += result+"\n";
|
||||
result = fromProc.readLine();
|
||||
if (debug) System.out.println("6 "+result);
|
||||
while (result.indexOf("/linearization")==-1){
|
||||
while ((result!=null)&&(result.indexOf("/linearization")==-1)){
|
||||
linearization += result+"\n";
|
||||
result = fromProc.readLine();
|
||||
if (debug) System.out.println("6 "+result);
|
||||
|
||||
Reference in New Issue
Block a user