mirror of
https://github.com/ShaYmez/xlxd.git
synced 2026-07-25 03:24:09 -04:00
xlxd 1.2.4 / db 2.1.0
implement XLX interlink feature
This commit is contained in:
@@ -78,6 +78,12 @@ void CBuffer::Append(uint16 ui)
|
||||
::memcpy(&(data()[n]), &ui, sizeof(uint16));
|
||||
}
|
||||
|
||||
void CBuffer::Append(const char *sz)
|
||||
{
|
||||
Append((uint8 *)sz, (int)strlen(sz));
|
||||
Append((uint8)0x00);
|
||||
}
|
||||
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////////////
|
||||
// operation
|
||||
|
||||
Reference in New Issue
Block a user