[Redbutton-devel] SF.net SVN: redbutton: [182] redbutton-browser/trunk/MHEGBackend.c
Brought to you by:
skilvington
|
From: <ski...@us...> - 2007-01-18 22:39:04
|
Revision: 182
http://svn.sourceforge.net/redbutton/?rev=182&view=rev
Author: skilvington
Date: 2007-01-18 14:22:54 -0800 (Thu, 18 Jan 2007)
Log Message:
-----------
remove TODO comment
Modified Paths:
--------------
redbutton-browser/trunk/MHEGBackend.c
Modified: redbutton-browser/trunk/MHEGBackend.c
===================================================================
--- redbutton-browser/trunk/MHEGBackend.c 2007-01-18 22:22:31 UTC (rev 181)
+++ redbutton-browser/trunk/MHEGBackend.c 2007-01-18 22:22:54 UTC (rev 182)
@@ -601,9 +601,6 @@
snprintf(cmd, sizeof(cmd), "retune %u\n", si_get_service_id(service));
-/* TODO */
-printf("TODO: Retune remote backend to '%.*s' (service_id %u). This will fail if the new service is on a different frequency.", service->size, service->data, si_get_service_id(service));
-
if((sock = remote_command(t, true, cmd)) == NULL
|| remote_response(sock) != BACKEND_RESPONSE_OK)
{
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|