[Redbutton-devel] SF.net SVN: redbutton: [19] redbutton-download/trunk/stream.c
Brought to you by:
skilvington
|
From: <ski...@us...> - 2006-03-15 14:30:21
|
Revision: 19 Author: skilvington Date: 2006-03-15 06:30:18 -0800 (Wed, 15 Mar 2006) ViewCVS: http://svn.sourceforge.net/redbutton/?rev=19&view=rev Log Message: ----------- hide _ts_buf outside this file Modified Paths: -------------- redbutton-download/trunk/stream.c Modified: redbutton-download/trunk/stream.c =================================================================== --- redbutton-download/trunk/stream.c 2006-03-15 14:21:25 UTC (rev 18) +++ redbutton-download/trunk/stream.c 2006-03-15 14:30:18 UTC (rev 19) @@ -41,7 +41,7 @@ } /* don't want it on the stack */ -unsigned char _ts_buf[8 * 1024]; +static unsigned char _ts_buf[8 * 1024]; void stream_ts(int ts_fd, int client_sock) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |