summaryrefslogtreecommitdiff
path: root/Bus/Ivy
diff options
context:
space:
mode:
Diffstat (limited to 'Bus/Ivy')
-rw-r--r--Bus/Ivy/IvyApplication.cxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/Bus/Ivy/IvyApplication.cxx b/Bus/Ivy/IvyApplication.cxx
index 7f798c2..c4d4ed0 100644
--- a/Bus/Ivy/IvyApplication.cxx
+++ b/Bus/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;