Index: trunk/src_plugins/order_pcbway/pcbway.c =================================================================== --- trunk/src_plugins/order_pcbway/pcbway.c (revision 36799) +++ trunk/src_plugins/order_pcbway/pcbway.c (revision 36800) @@ -167,7 +167,7 @@ continue; for(c = n->children; c != NULL; c = c->next) if ((c->children != NULL) && (c->children->type == XML_TEXT_NODE) && (xmlStrcmp(c->name, (xmlChar *)"CountryCode") == 0)) - vts0_append(&form->country_codes, rnd_strdup(c->children->content)); + vts0_append(&form->country_codes, rnd_strdup((char *)c->children->content)); } xmlFreeDoc(doc);