From a8c80912444d6724ba22186bb7aa90c0894a42f7 Mon Sep 17 00:00:00 2001 From: fcolin Date: Thu, 1 Feb 2007 10:02:54 +0000 Subject: Utilisateur : Fcolin Date : 30/06/06 Heure : 16:43 Archivé dans $/CSharp/Ivy/IvyPPC Commentaire: (vss 7) --- CSharp/Ivy/IvyPPC/IvyUDPStreamV3.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CSharp/Ivy/IvyPPC/IvyUDPStreamV3.cs b/CSharp/Ivy/IvyPPC/IvyUDPStreamV3.cs index 99fb87c..a845d3a 100644 --- a/CSharp/Ivy/IvyPPC/IvyUDPStreamV3.cs +++ b/CSharp/Ivy/IvyPPC/IvyUDPStreamV3.cs @@ -76,7 +76,7 @@ namespace IvyBus appId = DeserializeString(' '); appName = DeserializeString('\n'); } - catch( EndOfStreamException e ) + catch( EndOfStreamException ) { // Bad protocol message receive or without appId and appName } -- cgit v1.1