ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/RomCheater/trunk/RomCheater/Serialization/SearchResultWriter.cs
(Generate patch)

Comparing trunk/RomCheater/Serialization/SearchResultWriter.cs (file contents):
Revision 446 by william, Sun Jun 2 19:52:03 2013 UTC vs.
Revision 447 by william, Sun Jun 2 19:58:37 2013 UTC

# Line 95 | Line 95 | namespace RomCheater.Serialization
95  
96          protected override void Dispose(bool disposing)
97          {
98 +            if (Cancelled) { return; }
99              try
100              {
101                  base.Dispose(disposing);
101                if (Cancelled) { return; }
102                  // ensure ResultCount and ResultsWritten are equal            
103                  if (ResultCount != ResultsWritten)
104                  {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines