Skip to content
Extraits de code Groupes Projets
Valider 35c92b64 rédigé par odrling's avatar odrling
Parcourir les fichiers

.

parent c84d6376
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
......@@ -386,9 +386,7 @@ AegisubUpdateDescription GetLatestVersion() {
throw boost::system::system_error{ec};
std::string line;
std::ostringstream sbody;
sbody << res.body().data();
std::stringstream body(sbody.str());
std::stringstream body(res.body().data());
std::getline(body, line, '\n');
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Veuillez vous inscrire ou vous pour commenter