FreeBSD 10 clang port
This commit is contained in:
committed by
Jon Trulson
parent
8d0551bfda
commit
c3f74eec17
@@ -1025,7 +1025,7 @@ _DtTermPrimBufferInsert
|
||||
_DtTermPrimBufferInsertWc(tb, row, col, (wchar_t *)newChars,
|
||||
numChars, insertFlag,
|
||||
returnChars, returnCount);
|
||||
return;
|
||||
return 0;
|
||||
}
|
||||
|
||||
if (WIDTH(line) < col)
|
||||
|
||||
@@ -121,7 +121,7 @@ _DtTermPrimParse
|
||||
|
||||
if (*parseChar == debugChar) {
|
||||
ParseTrap();
|
||||
return;
|
||||
return 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user