mirror of
https://github.com/deadw00d/AROS.git
synced 2025-11-23 04:05:01 +00:00
m_name is char[1]. GDB (already in version 15) starts treating this literally as one char array and does not print correct names anymore breaking support. Cast to char * for GDB to get full name.