minimal error handling

This commit is contained in:
anton 2012-10-07 20:11:54 +03:00 committed by brianc
parent c014096e0e
commit 5cb871c143

View File

@ -505,6 +505,7 @@ protected:
} else if (copied == -2) {
//TODO error handling
//result is handled with error
HandleErrorResult(NULL);
return true;
}
}