Parcourir la source

changing delimiter to single colon ":" BREAKING CHANGE

logicp il y a 5 ans
Parent
commit
5f1b52c172
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      src/client.cpp

+ 1 - 1
src/client.cpp

@@ -224,7 +224,7 @@ std::string getTaskFileInfo(std::vector<SentFile> files) {
         } else {
             info += "image";
         }
-        info += "::";
+        info += ":";
     }
     qDebug() << "File Info: " << info.c_str();
     return info;