Browse Source

changing delimiter to single colon ":" BREAKING CHANGE

logicp 5 years ago
parent
commit
5f1b52c172
1 changed files with 1 additions and 1 deletions
  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;