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

(-)xsel.c.orig (-1 / +1 lines)
Lines 187-193 Link Here
187
187
188
188
189
static int WriteStdout(string, len)
189
static int WriteStdout(string, len)
190
  char** string;
190
  char* string;
191
  int len;
191
  int len;
192
{
192
{
193
    return WriteFd(1, string, len);
193
    return WriteFd(1, string, len);

Return to bug 11339