fixed
This commit is contained in:
@@ -257,11 +257,7 @@ public:
|
||||
|
||||
void saveProgress(long long persentDone) {
|
||||
String dump_progress = "echo '";
|
||||
<<<<<<< HEAD
|
||||
dump_progress = dump_progress + to_string(persentDone).c_str() + "' > progress";
|
||||
=======
|
||||
dump_progress = dump_progress + to_string(persentDone).c_str() + "' >> progress";
|
||||
>>>>>>> 242719e7a7d26457dbf6d23b3613d00a22d992b4
|
||||
|
||||
system(dump_progress.getCharArray());
|
||||
|
||||
|
||||
Reference in New Issue
Block a user