From fbcde7b85c3423b126542fcc1c35c43efb1959e8 Mon Sep 17 00:00:00 2001 From: Yannis DOUMIR FERNANDES Date: Tue, 24 Oct 2023 08:43:34 +0200 Subject: [PATCH] =?UTF-8?q?Mise=20=C3=A0=20jour=20de=20'src/app/core=5Flog?= =?UTF-8?q?ic/responsable.c'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/app/core_logic/responsable.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/core_logic/responsable.c b/src/app/core_logic/responsable.c index 6da8f11..8be0ff7 100644 --- a/src/app/core_logic/responsable.c +++ b/src/app/core_logic/responsable.c @@ -1,7 +1,7 @@ #include #include "responsable.h" -int chargementArticles(int tRef[], float tPoids[], float tVol[], float tPrix[], float tPhysique) +int chargementArticles(int tRef[], float tPoids[], float tVol[], float tPrix[], int tPhysique) { int i=0, ref; float volume, poids, prix;