mirror of
https://github.com/MetaCubeX/subconverter.git
synced 2025-11-04 18:19:42 +08:00
Fix posting form to /updateconf (#506)
This commit is contained in:
parent
47f8e35565
commit
8e0389d7f2
@ -146,6 +146,7 @@ std::string getFormData(const std::string &raw_data)
|
||||
file.append(buffer, j);
|
||||
j = 0;
|
||||
};
|
||||
file.erase(file.length() - bl);
|
||||
break;
|
||||
}
|
||||
i++;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user