# | Line 89 | Line 89 | void Iffy::iffy(ios::Reader& in, ios::Wr | |
---|---|---|
89 | ||
90 | while (read(in, segment, text)) if (text) | |
91 | { | |
92 | < | fout << segment << ios::Flush; |
92 | > | fout << segment; |
93 | ||
94 | text = false; | |
95 | } | |
# | Line 115 | Line 115 | void Iffy::iffy(ios::Reader& in, ios::Wr | |
115 | break; | |
116 | } | |
117 | ||
118 | < | fout << tag << ios::Flush; |
118 | > | fout << tag; |
119 | ||
120 | text = true; | |
121 | } |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |