Skip to content
Extraits de code Groupes Projets
Avatar de Etienne Brateau
Etienne BRATEAU rédigé
It's because all strings are char[256] and not on the heap. And more,
the reallocation was a broken thing because the pointer was not
correctly updated (need return char* or parameter change).

Fix crash when saving and was introduced in d0dbd3e2
50ca4862
Historique
Nom Dernière validation Dernière mise à jour
..