git-svn-id: svn+ssh://svn.dolda2000.com/srv/svn/repos/src/doldaconnect@595
959494ce-11ee-0310-bf91-
de5d638817bd
{
if((wbuf = icsmbstowcs(fields[i], DCCHARSET, NULL)) == NULL)
{
+ /*
msgbox(GTK_MESSAGE_ERROR, GTK_BUTTONS_OK, _("Could not decode hublist - aborting at this point: %s"), strerror(errno));
kill(pubhubproc, SIGINT);
break;
+ */
+ fields[i] = sstrdup(_("(Invalid character)"));
+ } else {
+ if((fields[i] = icwcstombs(wbuf, "UTF-8")) == NULL)
+ break;
}
- if((fields[i] = icwcstombs(wbuf, "UTF-8")) == NULL)
- break;
}
if(i == 4)
{