Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 651408 | Differences between
and this patch

Collapse All | Expand All

(-)file_not_specified_in_diff (-2 / +2 lines)
Line  Link Here
0
-- gmchess-0.29.6/src/engine/cchess.cpp
0
++ gmchess-0.29.6/src/engine/cchess.cpp
Lines 690-696 Link Here
690
    }
690
    }
691
    lpSrc ++;
691
    lpSrc ++;
692
  };
692
  };
693
  while(lpSrc != '\0' && lpDst < lpDstLimit) {
693
  while(*lpSrc != '\0' && lpDst < lpDstLimit) {
694
    *lpDst = *lpSrc;
694
    *lpDst = *lpSrc;
695
    lpSrc ++;
695
    lpSrc ++;
696
    lpDst ++;
696
    lpDst ++;

Return to bug 651408