summaryrefslogtreecommitdiff
path: root/src/ivy.c
diff options
context:
space:
mode:
authorfcolin2006-05-19 10:35:30 +0000
committerfcolin2006-05-19 10:35:30 +0000
commite92664a2d022562844646e42357e63c4e196974d (patch)
tree0c028d2f3da4f0f416cc8514341e77dab48799f3 /src/ivy.c
parent345d453e395dedbb8f148b10bc397e002f1aaa96 (diff)
downloadivy-c-e92664a2d022562844646e42357e63c4e196974d.zip
ivy-c-e92664a2d022562844646e42357e63c4e196974d.tar.gz
ivy-c-e92664a2d022562844646e42357e63c4e196974d.tar.bz2
ivy-c-e92664a2d022562844646e42357e63c4e196974d.tar.xz
suppression warning format
Diffstat (limited to 'src/ivy.c')
-rw-r--r--src/ivy.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ivy.c b/src/ivy.c
index 7ea05b0..7feffd0 100644
--- a/src/ivy.c
+++ b/src/ivy.c
@@ -551,7 +551,7 @@ static const char * GenApplicationUniqueIdentifier()
long curtime;
curtime = currentTime();
srand( curtime );
- sprintf(appid,"%ld:%ld:%d",rand(),curtime,ApplicationPort);
+ sprintf(appid,"%d:%ld:%d",rand(),curtime,ApplicationPort);
return appid;
}
void IvyInit (const char *appname, const char *ready,