Text: You can now type long lines (250car).

git-svn-id: svn://pulkomandy.tk/GrafX2/trunk@327 416bcca6-2ee7-4201-b75f-2eb2f807beb1
This commit is contained in:
Yves Rizoud
2008-11-05 23:59:05 +00:00
parent 29dae934f1
commit 863f5111f0
5 changed files with 41 additions and 24 deletions

View File

@@ -1542,7 +1542,7 @@ void Print_dans_fenetre_limite(short X,short Y,char * Chaine,byte Taille,byte Co
{
char Chaine_affichee[256];
strncpy(Chaine_affichee, Chaine, Taille);
Chaine_affichee[255]='\0';
Chaine_affichee[Taille]='\0';
if (strlen(Chaine_affichee) > Taille)
{