# HG changeset patch # User Jonathan Pevarnek # Date 1308243103 14400 # Node ID 6186160278c9340e5086750585a99e99a5126ce7 # Parent 32560561cceaf32c6b726981f66145d88e31b23e I should probably exit the program when it finishes.. diff -r 32560561ccea -r 6186160278c9 src/prog/dynamic.c --- a/src/prog/dynamic.c Thu Jun 16 11:24:39 2011 -0400 +++ b/src/prog/dynamic.c Thu Jun 16 12:51:43 2011 -0400 @@ -96,6 +96,5 @@ free(c); free(d); - for(;;) - sGet(input, 0); + exit(); }