[xiph-cvs] cvs commit: net sock.c
Karl Heyes
karl at xiph.org
Fri Jun 6 04:19:51 PDT 2003
karl 03/06/06 07:19:51
Modified: . sock.c
Log:
Lets put this in the right place.
Revision Changes Path
1.28 +1 -1 net/sock.c
Index: sock.c
===================================================================
RCS file: /usr/local/cvsroot/net/sock.c,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- sock.c 6 Jun 2003 00:05:18 -0000 1.27
+++ sock.c 6 Jun 2003 11:19:50 -0000 1.28
@@ -354,13 +354,13 @@
if (buff)
{
len = vsnprintf (buff, len, fmt, ap_retry);
- va_end (ap_retry);
if (len > 0)
rc = sock_write_bytes (sock, buff, len);
free (buff);
}
}
}
+ va_end (ap_retry);
return rc;
}
<p><p>--- >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