diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2003-01-02 17:43:11 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2003-01-02 17:43:11 +0000 |
commit | 47616dfcd364bacab48029969c3abf1f32f8ded8 (patch) | |
tree | f30728326d77c274a56da217fb35eb3aa75ba20a /net-im/sim-im/files/patch-service.cpp | |
parent | upgrade to 10.3 (diff) |
Update to 0.8.1
PR: 46377
Submitted by: Josef El-Rayes <j.el-rayes@daemon.li> (maintainer)
Notes
Notes:
svn path=/head/; revision=72239
Diffstat (limited to 'net-im/sim-im/files/patch-service.cpp')
-rw-r--r-- | net-im/sim-im/files/patch-service.cpp | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/net-im/sim-im/files/patch-service.cpp b/net-im/sim-im/files/patch-service.cpp deleted file mode 100644 index adc965ac2873..000000000000 --- a/net-im/sim-im/files/patch-service.cpp +++ /dev/null @@ -1,19 +0,0 @@ ---- sim/libicq/service.cpp.orig Thu Nov 21 21:52:08 2002 -+++ sim/libicq/service.cpp Thu Nov 21 21:53:46 2002 -@@ -301,14 +301,14 @@ - time(&now); - Buffer b; - b << (char)3; -- b.pack(now); -+ b.pack((unsigned long)now); - b.pack((unsigned short)0); - b.pack((unsigned short)1); - b.pack((unsigned short)1); - b.pack((char*)SHARED_FILES_SIGN, 16); - b << (char)4 << (unsigned short)1; - b.pack((unsigned long)(bState ? 1 : 0)); -- b.pack(now); -+ b.pack((unsigned long)now); - b.pack((unsigned long)0); - b.pack((unsigned short)1); - sendUpdate(b); |