diff options
author | fcolin | 2007-02-01 12:59:57 +0000 |
---|---|---|
committer | fcolin | 2007-02-01 12:59:57 +0000 |
commit | 1da73b3dd4ed8ef47e7b1367ad99c5c1070423ff (patch) | |
tree | e06dad02e20d15249566e0c0a3fbe5c9256bf4b3 /Ivy | |
parent | 0a4563c486f43bf613730d1f00fb7ba876eae868 (diff) | |
download | ivy-cplusplus-1da73b3dd4ed8ef47e7b1367ad99c5c1070423ff.zip ivy-cplusplus-1da73b3dd4ed8ef47e7b1367ad99c5c1070423ff.tar.gz ivy-cplusplus-1da73b3dd4ed8ef47e7b1367ad99c5c1070423ff.tar.bz2 ivy-cplusplus-1da73b3dd4ed8ef47e7b1367ad99c5c1070423ff.tar.xz |
Utilisateur : Fcolin Date : 10/06/02 Heure : 12:53 Archivé dans $/Ivy Commentaire: (vss 15)
Diffstat (limited to 'Ivy')
-rw-r--r-- | Ivy/IvyApplication.cxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Ivy/IvyApplication.cxx b/Ivy/IvyApplication.cxx index 7f798c2..c4d4ed0 100644 --- a/Ivy/IvyApplication.cxx +++ b/Ivy/IvyApplication.cxx @@ -82,7 +82,8 @@ UINT IvyApplication::Create() void IvyApplication::OnReceive(char * line)
{
- int err,id;
+ int err;
+ unsigned int id;
int kind_of_msg = Bye;
Regexp *exp;
|