[Redbutton-devel] SF.net SVN: redbutton: [99] redbutton-download/trunk/command.c
Brought to you by:
skilvington
|
From: <ski...@us...> - 2006-06-13 09:01:41
|
Revision: 99 Author: skilvington Date: 2006-06-13 02:01:31 -0700 (Tue, 13 Jun 2006) ViewCVS: http://svn.sourceforge.net/redbutton/?rev=99&view=rev Log Message: ----------- missing space Modified Paths: -------------- redbutton-download/trunk/command.c Modified: redbutton-download/trunk/command.c =================================================================== --- redbutton-download/trunk/command.c 2006-06-12 18:05:47 UTC (rev 98) +++ redbutton-download/trunk/command.c 2006-06-13 09:01:31 UTC (rev 99) @@ -363,7 +363,7 @@ SEND_RESPONSE(200, "OK"); /* tell the client what PIDs and stream types the component tags resolved to */ - snprintf(hdr, sizeof(hdr), "AudioPID %u AudioType %u VideoPID %uVideoType %u\n", audio_pid, audio_type, video_pid, video_type); + snprintf(hdr, sizeof(hdr), "AudioPID %u AudioType %u VideoPID %u VideoType %u\n", audio_pid, audio_type, video_pid, video_type); fputs(hdr, client); /* shovel the transport stream down client_sock until the client closes it or we get an error */ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |