Skip to content
Extraits de code Groupes Projets
Valider 1f932803 rédigé par Thomas Goyne's avatar Thomas Goyne
Parcourir les fichiers

Fix compilation error

parent ec07db26
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
...@@ -51,7 +51,7 @@ namespace Automation4 { ...@@ -51,7 +51,7 @@ namespace Automation4 {
conv->Convert(&in, &in_bytes, &out, &out_bytes); conv->Convert(&in, &in_bytes, &out, &out_bytes);
if (in_bytes > 0 && in != in_buf) if (in_bytes > 0 && in != in_buf)
file.seekg(-(std::streamoff)in_bytes, std::ios_base::cur); file->seekg(-(std::streamoff)in_bytes, std::ios_base::cur);
*bytes_read = out - buf; *bytes_read = out - buf;
// Skip the bom // Skip the bom
......
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