From 8bb80d980b54ecaad881d2584c1f84231e55cb56 Mon Sep 17 00:00:00 2001 From: fcolin Date: Thu, 1 Feb 2007 13:03:56 +0000 Subject: Utilisateur : Fcolin Date : 1/06/05 Heure : 16:45 Archivé dans $/Bus/Ivy Commentaire: (vss 10) --- Bus/Ivy/IvyWatcher.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Bus/Ivy/IvyWatcher.cxx b/Bus/Ivy/IvyWatcher.cxx index 8df0ac4..af19fe5 100644 --- a/Bus/Ivy/IvyWatcher.cxx +++ b/Bus/Ivy/IvyWatcher.cxx @@ -1,7 +1,7 @@ // IvyWatcher.cpp : implementation file // -#include "stdafx.h" +#include "IvyStdAfx.h" #include "IvyWatcher.h" @@ -97,7 +97,7 @@ void IvyWatcher::start(const char *domainlist) string addr; char hello[1024]; - int len = sprintf( hello, "%d %u\n", VERSION, bus->GetApplicationPort() ); + int len = _snprintf( hello, sizeof(hello), "%d %u\n", VERSION, bus->GetApplicationPort() ); // send broadcast to domain list while ( !domain.empty() ) -- cgit v1.1