From 5cc0d45db39afff3bceae05977c89709cf9dd30a Mon Sep 17 00:00:00 2001 From: Pixel Date: Wed, 2 May 2001 00:39:39 +0000 Subject: Plop --- lib/polynom.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib') diff --git a/lib/polynom.c b/lib/polynom.c index 859ae48..8478531 100644 --- a/lib/polynom.c +++ b/lib/polynom.c @@ -290,10 +290,10 @@ char *ply_affichage(polynome poly) sprintf(temp, "%s%s ", rat, mute); break; case 2: - sprintf(temp, "%s%s² ", rat, mute); + sprintf(temp, "%s%s%c ", rat, mute, 178); break; case 3: - sprintf(temp, "%s%s³ ", rat, mute); + sprintf(temp, "%s%s%c ", rat, mute, 179); break; default: sprintf(temp, "%s%s^%u ", rat, mute, poly->degre); -- cgit v1.2.3