Compare commits
2 Commits
242719e7a7
...
278782a244
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
278782a244 | ||
|
|
4288f83105 |
@@ -257,7 +257,11 @@ public:
|
|||||||
|
|
||||||
void saveProgress(long long persentDone) {
|
void saveProgress(long long persentDone) {
|
||||||
String dump_progress = "echo '";
|
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";
|
dump_progress = dump_progress + to_string(persentDone).c_str() + "' >> progress";
|
||||||
|
>>>>>>> 242719e7a7d26457dbf6d23b3613d00a22d992b4
|
||||||
|
|
||||||
system(dump_progress.getCharArray());
|
system(dump_progress.getCharArray());
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user