mirror of
https://github.com/ole00/afterburner.git
synced 2025-01-15 08:29:45 +00:00
Fix incorrect fuse uploading
This commit is contained in:
parent
b5a7334d59
commit
8cbc013e68
@ -825,7 +825,7 @@ static char upload() {
|
||||
printf("\e[?25h");
|
||||
|
||||
// send last unfinished fuse line
|
||||
if ((i % 32 != 1) && fuseSet) {
|
||||
if (fuseSet) {
|
||||
strcat(buf, "\r");
|
||||
#ifdef DEBUG_UPLOAD
|
||||
printf("%s\n", buf);
|
||||
|
Loading…
x
Reference in New Issue
Block a user