mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-02-13 03:33:48 +00:00
More cats and cpys in files that xcode doesn't see
This commit is contained in:
parent
dce7f5f6b3
commit
d9a723d533
21 changed files with 43 additions and 43 deletions
|
|
@ -102,7 +102,7 @@ void UnixRedBookDevice::setDeviceInfo(S32 deviceId, const char *deviceName)
|
|||
#if !defined(__FreeBSD__)
|
||||
mDeviceId = deviceId;
|
||||
mDeviceName = new char[dStrlen(deviceName) + 1];
|
||||
dStrcpy(mDeviceName, deviceName);
|
||||
dStrcpy(mDeviceName, deviceName, dStrlen(deviceName) + 1);
|
||||
#endif // !defined(__FreeBSD__)
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue