Check-in Number:
|
3115 | |
Date: |
2003-Jan-30 15:35:12 (local)
2003-Jan-30 14:35:12 (UTC) |
User: | mlelstv |
Branch: | |
Comment: |
pass through non-data chunks |
Tickets: |
|
Inspections: |
|
Files: |
|
ossp-pkg/sio/sio_sillymux.c 1.3 -> 1.4
--- sio_sillymux.c 2003/01/22 16:18:10 1.3
+++ sio_sillymux.c 2003/01/30 14:35:12 1.4
@@ -141,7 +141,7 @@
if (!al_same_label(alc, my->data_label)) {
my->next += n;
- return AL_OK;
+ return AL_ERR_EOF;
}
p = al_chunk_ptr(alc,0);
|
|