-
- Téléchargements
Une erreur s'est produite lors de la récupération des références de la validation. Veuillez réessayer plus tard.
Remove use of realloc in goodfixname.
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
parent
3b87c429
Aucune branche associée trouvée
Aucune étiquette associée trouvée