[xiph-cvs] cvs commit: ao/src/plugins/arts ao_arts.c
Stan Seibert
volsung at xiph.org
Sun Jul 22 13:52:49 PDT 2001
volsung 01/07/22 13:52:48
Modified: src/plugins/arts Tag: volsung_20010721 ao_arts.c
Log:
Forgot a const keyword.
Revision Changes Path
No revision
No revision
1.3.2.2 +2 -1 ao/src/plugins/arts/ao_arts.c
Index: ao_arts.c
===================================================================
RCS file: /usr/local/cvsroot/ao/src/plugins/arts/ao_arts.c,v
retrieving revision 1.3.2.1
retrieving revision 1.3.2.2
diff -u -r1.3.2.1 -r1.3.2.2
--- ao_arts.c 2001/07/22 03:35:51 1.3.2.1
+++ ao_arts.c 2001/07/22 20:52:48 1.3.2.2
@@ -108,7 +108,8 @@
}
-int plugin_play(ao_device *device, char *output_samples, uint_32 num_bytes)
+int plugin_play(ao_device *device, const char *output_samples,
+ uint_32 num_bytes)
{
ao_arts_internal *internal = (ao_arts_internal *) device->internal;
--- >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