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

(-)eboard-1.1.1/ntext.cc.gcc44 (-2 / +1 lines)
Lines 244-251 Link Here
244
    return;
244
    return;
245
  }
245
  }
246
246
247
  p = strchr(text, '\n');
247
  if (strchr(text, '\n')) {
248
  if (p!=NULL) {
249
    *p = 0;
248
    *p = 0;
250
    i = strlen(text);
249
    i = strlen(text);
251
    nl = new NLine(text, color);
250
    nl = new NLine(text, color);

Return to bug 273400