[xiph-cvs] cvs commit: ices/src stream_rewrite.c
Jack Moffitt
jack at xiph.org
Sun Oct 21 09:17:15 PDT 2001
jack 01/10/21 09:17:15
Modified: src stream_rewrite.c
Log:
Silly Michael :) Look what make debug finds :)
Revision Changes Path
1.2 +2 -2 ices/src/stream_rewrite.c
Index: stream_rewrite.c
===================================================================
RCS file: /usr/local/cvsroot/ices/src/stream_rewrite.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- stream_rewrite.c 2001/10/02 12:23:51 1.1
+++ stream_rewrite.c 2001/10/21 16:17:14 1.2
@@ -5,7 +5,7 @@
*
* Heavily based on vcedit.c from vorbiscomment.
*
- * $Id: stream_rewrite.c,v 1.1 2001/10/02 12:23:51 msmith Exp $
+ * $Id: stream_rewrite.c,v 1.2 2001/10/21 16:17:14 jack Exp $
*
* Copyright (c) 2001 Michael Smith <msmith at labyrinth.net.au>
*
@@ -235,7 +235,7 @@
ogg_stream_packetin(&s->stream_out, &packet);
- if(flag = 1)
+ if(flag == 1)
return 1;
}
--- >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