From 09339535fc5c41fd016488ad890c847268767016 Mon Sep 17 00:00:00 2001 From: grouille Date: Thu, 23 Apr 2020 11:32:39 +0200 Subject: [PATCH] Oubli d'un \n --- ProtocoleTCP_Charges | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ProtocoleTCP_Charges b/ProtocoleTCP_Charges index 8c55156..d9cb548 100644 --- a/ProtocoleTCP_Charges +++ b/ProtocoleTCP_Charges @@ -37,9 +37,9 @@ Resultat execution charge: $C&C: "result?\n" $bot: "OKresult\n" $C&C: "%d\n", id -$bot: "OKid" //si id existe pas, renvoie "NOKid\n" et stop l'echange +$bot: "OKid\n" //si id existe pas, renvoie "NOKid\n" et stop l'echange $bot: "%d\n", executions[id].result.size $C&C: "OKresult_size\n" $bot: "%s\n", executions[id].result //on envoi octect par octet $C&C: "bye"\n" //qd a recu tt les packets -$bot: "bye"\n" +$bot: "bye"\n" \ No newline at end of file -- libgit2 0.21.2