Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 31437
Collapse All | Expand All

(-)support.c (-1 lines)
Lines 542-548 Link Here
542
      c_argv[c_argc++] = strdup(buffer);
542
      c_argv[c_argc++] = strdup(buffer);
543
543
544
      sprintf(buffer, "%s", (char*)g_strescape(rdp->full_address, NULL));
544
      sprintf(buffer, "%s", (char*)g_strescape(rdp->full_address, NULL));
545
      buffer[strlen(buffer)-2] = '\0';
546
      c_argv[c_argc++] = strdup(buffer);
545
      c_argv[c_argc++] = strdup(buffer);
547
546
548
    } else if (rdp->protocol == 3) {
547
    } else if (rdp->protocol == 3) {

Return to bug 31437