From: Maxim Mamontov Date: Sat, 31 Jan 2015 15:27:53 +0000 (+0200) Subject: Corrected upload/download mess. X-Git-Tag: 2.409~198 X-Git-Url: https://git.stg.codes/stg.git/commitdiff_plain/acf8e7bd8d54416959762cc916cda6ecaa1160b0 Corrected upload/download mess. --- diff --git a/projects/stargazer/plugins/configuration/sgconfig/parser_users.cpp b/projects/stargazer/plugins/configuration/sgconfig/parser_users.cpp index 7c6a46bb..23cb17de 100644 --- a/projects/stargazer/plugins/configuration/sgconfig/parser_users.cpp +++ b/projects/stargazer/plugins/configuration/sgconfig/parser_users.cpp @@ -126,8 +126,8 @@ std::string UserToXML(const USER & user, bool loginInStart, bool showPass, time_ answer += ""; answer += " lastTime) for (size_t j = 0; j < DIR_NUM; j++) answer += " MU" + x2str(j) + "=\"" + x2str(upload[j]) + "\"";