ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/repos/Iffy/Iffy.cpp
(Generate patch)

Comparing Iffy/Iffy.cpp (file contents):
Revision 277 by Douglas Thrift, 2004-11-13T14:01:11-08:00 vs.
Revision 278 by Douglas Thrift, 2004-11-13T14:04:03-08:00

# 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          }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines