From 8a4bc2a9a7725e6cfd7ce50e507742c3dfdc2b36 Mon Sep 17 00:00:00 2001 From: Luc Dartois Date: Thu, 2 Feb 2023 17:26:05 +0100 Subject: [PATCH] Update 'TP/fonctionVisuelGraphe.c' --- TP/fonctionVisuelGraphe.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TP/fonctionVisuelGraphe.c b/TP/fonctionVisuelGraphe.c index e088802..f09d373 100644 --- a/TP/fonctionVisuelGraphe.c +++ b/TP/fonctionVisuelGraphe.c @@ -13,7 +13,7 @@ void visuelGraphe(graphe g){ int i,j; int x,y; char* nV=malloc(2); - *nV='1'; + *nV='0'; *(nV+1)='\0'; int* cX=calloc(g.ordre,sizeof(int)); int* cY=calloc(g.ordre,sizeof(int));