about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorKelly Rauchenberger <fefferburbia@gmail.com>2016-03-25 00:11:51 -0400
committerKelly Rauchenberger <fefferburbia@gmail.com>2016-03-25 00:11:51 -0400
commit63fa4dbbb8d4559895cd57182f8adfa783f098cb (patch)
treeff89a50d40bc4adeba6ca56f15ebe540f3e66564
parent63f65a79fcd8bba5921910f8ba62401f80112dd7 (diff)
downloadfurries-63fa4dbbb8d4559895cd57182f8adfa783f098cb.tar.gz
furries-63fa4dbbb8d4559895cd57182f8adfa783f098cb.tar.bz2
furries-63fa4dbbb8d4559895cd57182f8adfa783f098cb.zip
Fixed infinite loop with infinitive phrases
-rw-r--r--furries.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/furries.cpp b/furries.cpp index 712ef7c..f261a26 100644 --- a/furries.cpp +++ b/furries.cpp
@@ -407,6 +407,8 @@ class fill_blanks {
407 407
408 utter << verbly::token{database.verbs().random().limit(1).run().front()}; 408 utter << verbly::token{database.verbs().random().limit(1).run().front()};
409 409
410 it = utter;
411
410 break; 412 break;
411 } 413 }
412 414