We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
MSX/SRC/NETWORK/hget.c
Line 1425 in 758d649
Line 1448 in 758d649
The text was updated successfully, but these errors were encountered:
Adding line: if (!blockSize) blockSize++;
if (!blockSize) blockSize++;
After every blockSize asigment must prevent the hang up for files below 25 bytes.
But progress bar issue persist for files 99 bytes and [1..24] bytes length (tested only with 24, 25, 99, 100 bytes files).
Sorry, something went wrong.
I posted the final bugfix code at pastebin, feel free to modify or optimize my proposal as you wish.
Pastebin diff code
No branches or pull requests
The progress bar will overflow the 25 chars.
The 'blockSize' become 0 and progress bar loop is infinite until Ctrl+C.
MSX/SRC/NETWORK/hget.c
Line 1425 in 758d649
MSX/SRC/NETWORK/hget.c
Line 1448 in 758d649
The text was updated successfully, but these errors were encountered: