Skip to content

Commit

Permalink
oops.. added the incrementor for the file sequence event
Browse files Browse the repository at this point in the history
  • Loading branch information
Nathan Bridgewater committed Oct 2, 2011
1 parent 0364443 commit 51c7656
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions UploaderSL-v2/SLHttpUploader/HttpChunkUtility.cs
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ private void StartNextChunk()

if (sentEndChunk)
{
filesTransferred++;
if (enumerator.MoveNext())
StartNextFile();
else
Expand Down

0 comments on commit 51c7656

Please sign in to comment.