summaryrefslogtreecommitdiff
path: root/CSharp/Ivy/IvyPPC/IvyClient.cs
diff options
context:
space:
mode:
authorfcolin2007-02-01 09:57:59 +0000
committerfcolin2007-02-01 09:57:59 +0000
commit231e9641b1bf6fbdf5fa94f22b5174570b0ce6fd (patch)
treed31c1383281887ef449c184e425a3b324a1003ae /CSharp/Ivy/IvyPPC/IvyClient.cs
parentb74ac67b459b9cf66c353d80a1f33c821e8c07be (diff)
downloadivy-csharp-231e9641b1bf6fbdf5fa94f22b5174570b0ce6fd.zip
ivy-csharp-231e9641b1bf6fbdf5fa94f22b5174570b0ce6fd.tar.gz
ivy-csharp-231e9641b1bf6fbdf5fa94f22b5174570b0ce6fd.tar.bz2
ivy-csharp-231e9641b1bf6fbdf5fa94f22b5174570b0ce6fd.tar.xz
Utilisateur : Fcolin Date : 4/02/04 Heure : 15:55 Archivé dans $/EScribe/Ivy Commentaire: (vss 19)
Diffstat (limited to 'CSharp/Ivy/IvyPPC/IvyClient.cs')
-rw-r--r--CSharp/Ivy/IvyPPC/IvyClient.cs2
1 files changed, 1 insertions, 1 deletions
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();