diff --git a/library/xml b/library/xml index b93b61a98..c2caba7eb 160000 --- a/library/xml +++ b/library/xml @@ -1 +1 @@ -Subproject commit b93b61a988020a4aaa0103cefcee0217c37ce7b0 +Subproject commit c2caba7eb15896d56163620e9ace1fb67ae953cb diff --git a/plugins/getplants.cpp b/plugins/getplants.cpp index e35c3d517..5643676aa 100644 --- a/plugins/getplants.cpp +++ b/plugins/getplants.cpp @@ -89,7 +89,7 @@ DFhackCExport command_result df_getplants (Core * c, vector & parameter return CR_OK; } - int count = 0; + count = 0; for (int i = 0; i < world->map.map_blocks.size(); i++) { df::map_block *cur = world->map.map_blocks[i];