Skip to content

Commit

Permalink
check the correct version of the file in - remaining == 0
Browse files Browse the repository at this point in the history
  • Loading branch information
headsling committed Apr 12, 2011
1 parent c68734e commit e28f648
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Manos/Manos.Threading/Boundary.cs
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ private void ProcessWork ()
else break; else break;
} }


if (remaining < 0) asyncWatcher.Send (); if (remaining == 0) asyncWatcher.Send ();
} }
} }
} }
Expand Down

0 comments on commit e28f648

Please sign in to comment.