diff options
author | Christophe Romain <christophe.romain@process-one.net> | 2010-01-12 12:31:08 +0000 |
---|---|---|
committer | Christophe Romain <christophe.romain@process-one.net> | 2010-01-12 12:31:08 +0000 |
commit | 024b688c1d41ac7902052c41119f9c1dffa970b0 (patch) | |
tree | 45ce4c1d1d274719565c96dd197bad8f560ceb2b /src/mod_pubsub/pubsub_odbc.patch | |
parent | apply r2876 on pubsub_odbc (diff) |
fix r2876 compilation warning
SVN Revision: 2880
Diffstat (limited to 'src/mod_pubsub/pubsub_odbc.patch')
-rw-r--r-- | src/mod_pubsub/pubsub_odbc.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mod_pubsub/pubsub_odbc.patch b/src/mod_pubsub/pubsub_odbc.patch index 619c9b9ae..e8a630b0d 100644 --- a/src/mod_pubsub/pubsub_odbc.patch +++ b/src/mod_pubsub/pubsub_odbc.patch @@ -1,5 +1,5 @@ ---- mod_pubsub.erl 2010-01-12 11:24:41.169047172 +0100 -+++ mod_pubsub_odbc.erl 2010-01-12 13:11:52.450026878 +0100 +--- mod_pubsub.erl 2010-01-12 13:29:25.458216046 +0100 ++++ mod_pubsub_odbc.erl 2010-01-12 13:30:14.538046934 +0100 @@ -42,7 +42,7 @@ %%% 6.2.3.1, 6.2.3.5, and 6.3. For information on subscription leases see %%% XEP-0060 section 12.18. |