[xiph-cvs] cvs commit: libshout/src shout.c

Brendan brendan at xiph.org
Wed May 28 12:33:35 PDT 2003



brendan     03/05/28 15:33:35

  Modified:    src      shout.c
  Log:
  Revert last change.

Revision  Changes    Path
1.40      +1 -1      libshout/src/shout.c

Index: shout.c
===================================================================
RCS file: /usr/local/cvsroot/libshout/src/shout.c,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -p -u -r1.39 -r1.40
--- shout.c	19 Apr 2003 01:12:53 -0000	1.39
+++ shout.c	28 May 2003 19:33:35 -0000	1.40
@@ -429,7 +429,7 @@ int shout_set_mount(shout_t *self, const
         if (self->mount)
                 free(self->mount);
 
-	len = strlen (mount) + 2;
+	len = strlen (mount) + 1;
         if (mount[0] != '/')
                 len++;
 

<p><p>--- >8 ----
List archives:  http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To unsubscribe from this list, send a message to 'cvs-request at xiph.org'
containing only the word 'unsubscribe' in the body.  No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.



More information about the commits mailing list