aboutsummaryrefslogtreecommitdiff
path: root/net/licq/files/patch-user.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'net/licq/files/patch-user.cpp')
-rw-r--r--net/licq/files/patch-user.cpp11
1 files changed, 11 insertions, 0 deletions
diff --git a/net/licq/files/patch-user.cpp b/net/licq/files/patch-user.cpp
new file mode 100644
index 000000000000..558025936493
--- /dev/null
+++ b/net/licq/files/patch-user.cpp
@@ -0,0 +1,11 @@
+--- src/user.cpp.orig Mon Jun 16 19:09:46 2003
++++ src/user.cpp Fri Jul 30 20:10:16 2004
+@@ -3184,7 +3184,7 @@
+ m_fConf.ReadBool("HideIP", m_bHideIp, false);
+ m_fConf.ReadNum("RCG", m_nRandomChatGroup, ICQ_RANDOMxCHATxGROUP_NONE);
+ m_fConf.ReadStr("AutoResponse", szTemp, "");
+- m_fConf.ReadNum("SSTime", (unsigned long)m_nSSTime, 0L);
++ m_fConf.ReadNum("SSTime", (unsigned long&)m_nSSTime, 0L);
+ m_fConf.ReadNum("SSCount", m_nSSCount, 0);
+ SetAutoResponse(szTemp);
+