Make interactive output go to the terminal (bug #17213), by
[pspp] / src / libpspp / getl.c
index dbabde478ed7952b8f69c1e16de8765357ef3504..b4617122677840ecd65a9670a3d424e3f03964d6 100644 (file)
@@ -94,7 +94,7 @@ getl_append_source (struct source_stream *ss, struct getl_interface *i)
 
   s->interface = i ;
 
-  ll_push_head (&ss->sources, &s->ll);
+  ll_push_tail (&ss->sources, &s->ll);
 }
 
 /* Nests source S within the current source file. */