summaryrefslogtreecommitdiffstats
path: root/src/poem/recite.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/poem/recite.rs')
-rw-r--r--src/poem/recite.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/poem/recite.rs b/src/poem/recite.rs
index b27ef75..7ceecca 100644
--- a/src/poem/recite.rs
+++ b/src/poem/recite.rs
@@ -98,7 +98,9 @@ impl Reciteable for Poem {
Some(poem) => poem,
None => break, // TODO: Return an error
};
+ env.fc = true;
let mut out = poem.recite(env)?;
+ env.fc = false;
match out.last() {
Some(last) => {
if *last == b'\n' {