git-svn-id: https://svn.osgeo.org/grass/grass/trunk@72211 15284696-431f-4ddb-bdfa-cd5b030d7da7
@@ -1784,7 +1784,7 @@ int main(int argc, char *argv[])
_("Number of duplicate centroids: %d"),
err_centr_dupl);
}
- G_warning(error_msg);
+ G_warning("%s", error_msg);
G_important_message(_("The input could be cleaned by snapping vertices to each other."));