[Telepathy-commits] [telepathy-gabble/master] Don't define things as const that aren't
Sjoerd Simons
sjoerd.simons at collabora.co.uk
Wed Jan 7 03:44:17 PST 2009
---
src/bytestream-multiple.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/bytestream-multiple.c b/src/bytestream-multiple.c
index 72ff52a..10e7869 100644
--- a/src/bytestream-multiple.c
+++ b/src/bytestream-multiple.c
@@ -534,7 +534,7 @@ bytestream_activate_next (GabbleBytestreamMultiple *self)
{
GabbleBytestreamMultiplePrivate *priv =
GABBLE_BYTESTREAM_MULTIPLE_GET_PRIVATE (self);
- const gchar *stream_method;
+ gchar *stream_method;
g_return_if_fail (priv->active_bytestream == NULL);
/* The caller has to be sure that there is a fallback method */
--
1.5.6.5
More information about the Telepathy-commits
mailing list