Skip to content

Commit

Permalink
Small fix
Browse files Browse the repository at this point in the history
fix release file
  • Loading branch information
master255 committed Jan 22, 2015
1 parent 179ab18 commit b3c1422
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 1 deletion.
Binary file modified Release/SimplyServer.exe
Binary file not shown.
Binary file modified SimplyServer.v12.suo
Binary file not shown.
3 changes: 2 additions & 1 deletion SimplyServer/MyForm.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,8 @@ void SimplyServer::MyForm::ProcessFile(String^ file1)
node = Xml1->SelectSingleNode(query);
if ((node != nullptr) && (node->Name == "File")) {
if ((int::Parse(node->Attributes->GetNamedItem("Size")->Value)) == size.QuadPart)
{
{
CloseHandle(hFile);
return; }
else {
recalc = true;
Expand Down
Binary file modified x64/Release/SimplyServer.exe
Binary file not shown.

0 comments on commit b3c1422

Please sign in to comment.