[xiph-cvs] cvs commit: ices/src metadata.c
Michael Smith
msmith at xiph.org
Sun Sep 23 02:57:55 PDT 2001
msmith 01/09/23 02:57:55
Modified: src metadata.c
Log:
Slightly flawed before. Make metadata updates happen in a timely manner. More or less.
Revision Changes Path
1.3 +1 -1 ices/src/metadata.c
Index: metadata.c
===================================================================
RCS file: /usr/local/cvsroot/ices/src/metadata.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- metadata.c 2001/09/23 09:49:03 1.2
+++ metadata.c 2001/09/23 09:57:55 1.3
@@ -74,7 +74,7 @@
FILE *file;
while(metadata_update_signalled == 0)
- sleep(60);
+ sleep(1);
metadata_update_signalled = 0;
--- >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