Implemented changes requested by Tildearrow
This commit is contained in:
parent
c3654eb67c
commit
d7900c2390
6 changed files with 32 additions and 30 deletions
|
|
@ -77,9 +77,11 @@ int SafeWriter::writeC(signed char val) {
|
|||
return write(&val,1);
|
||||
}
|
||||
|
||||
/*
|
||||
int SafeWriter::writeUC(unsigned char val) {
|
||||
return write(&val,1);
|
||||
}
|
||||
*/
|
||||
|
||||
#ifdef TA_BIG_ENDIAN
|
||||
int SafeWriter::writeS_BE(short val) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue