|
/* allocate enough memory for GUID + ',' + name + ',' + mapping + \0 */
|
|
/* allocate enough memory for GUID + ',' + name + ',' + mapping + \0 */
|
|
SDL_snprintf(pMappingString, needed, "%s,%s,%s", pchGUID, mapping->name, mapping->mapping);
|
|
SDL_snprintf(pMappingString, needed, "%s,%s,%s", pchGUID, mapping->name, mapping->mapping);
|