16.04.2013, 21:21
Quote:
Change TeleName[15] to TeleName[16]. String arrays need to include the closing character '\0', which requires an extra slot.
![]() |
EDIT: It is working now, the error was unrelated.. Sorry about my stupidity.
Change TeleName[15] to TeleName[16]. String arrays need to include the closing character '\0', which requires an extra slot.
![]() |