mirror of
https://github.com/GabsPuNs/Project-Zenith-Main.git
synced 2026-06-08 19:12:17 +00:00
Cleanups
This commit is contained in:
@@ -76,7 +76,7 @@ void ByteArrayOutputStream::write(byteArray b, unsigned int offset, unsigned int
|
||||
buf.resize(newSize);
|
||||
}
|
||||
|
||||
XMemCpy(&buf[count], &b[offset], length);
|
||||
memcpy(&buf[count], &b[offset], length);
|
||||
|
||||
count += length;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user