Displaying 1 result from an estimated 1 matches for "nextseri".
Did you mean:
netserv
2000 Dec 15
2
Ports
...s-tools/oggenc/oggenc.c,v
retrieving revision 1.8
diff -u -r1.8 oggenc.c
--- oggenc/oggenc.c 2000/11/30 06:04:45 1.8
+++ oggenc/oggenc.c 2000/12/15 10:05:03
@@ -90,6 +90,7 @@
/* We randomly pick a serial number. This is then incremented for each file */
srand(time(NULL));
nextserial = rand();
+ lower_priority();
for(i = 0; i < numfiles; i++)
{
Index: oggenc/platform.c
===================================================================
RCS file: /usr/local/cvsroot/vorbis-tools/oggenc/platform.c,v
retrieving revision 1.1
diff -u -r1.1 platform.c
--- ogge...