From 231e9641b1bf6fbdf5fa94f22b5174570b0ce6fd Mon Sep 17 00:00:00 2001 From: fcolin Date: Thu, 1 Feb 2007 09:57:59 +0000 Subject: Utilisateur : Fcolin Date : 4/02/04 Heure : 15:55 Archivé dans $/EScribe/Ivy Commentaire: (vss 19) --- CSharp/Ivy/IvyPPC/IvyClient.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CSharp/Ivy/IvyPPC/IvyClient.cs') diff --git a/CSharp/Ivy/IvyPPC/IvyClient.cs b/CSharp/Ivy/IvyPPC/IvyClient.cs index 9f8b4b7..23c65bb 100644 --- a/CSharp/Ivy/IvyPPC/IvyClient.cs +++ b/CSharp/Ivy/IvyPPC/IvyClient.cs @@ -381,7 +381,7 @@ namespace IvyBus buffer += "\n"; try { - if ( out_stream ) + if ( out_stream != null ) { out_stream.Write(buffer); out_stream.Flush(); -- cgit v1.1