mirror of
https://github.com/moparisthebest/minetest
synced 2024-11-16 14:25:19 -05:00
Fix invalid escape sequence in database migration code
This commit is contained in:
parent
ee0b8da844
commit
ab601e8710
@ -1253,7 +1253,7 @@ int main(int argc, char *argv[])
|
|||||||
++count;
|
++count;
|
||||||
if (count % 500 == 0)
|
if (count % 500 == 0)
|
||||||
actionstream << "Migrated " << count << " blocks "
|
actionstream << "Migrated " << count << " blocks "
|
||||||
<< (100.0 * count / blocks.size()) << "\% completed" << std::endl;
|
<< (100.0 * count / blocks.size()) << "% completed" << std::endl;
|
||||||
}
|
}
|
||||||
new_db->endSave();
|
new_db->endSave();
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user