commit-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Commit-gnuradio] r9406 - gnuradio/trunk/gnuradio-examples/python/digita


From: jcorgan
Subject: [Commit-gnuradio] r9406 - gnuradio/trunk/gnuradio-examples/python/digital
Date: Mon, 25 Aug 2008 12:16:41 -0600 (MDT)

Author: jcorgan
Date: 2008-08-25 12:16:41 -0600 (Mon, 25 Aug 2008)
New Revision: 9406

Modified:
   gnuradio/trunk/gnuradio-examples/python/digital/rx_voice.py
Log:
Fix missed fg to tb conversion (Ulf Lindgren)

Modified: gnuradio/trunk/gnuradio-examples/python/digital/rx_voice.py
===================================================================
--- gnuradio/trunk/gnuradio-examples/python/digital/rx_voice.py 2008-08-25 
15:29:28 UTC (rev 9405)
+++ gnuradio/trunk/gnuradio-examples/python/digital/rx_voice.py 2008-08-25 
18:16:41 UTC (rev 9406)
@@ -85,7 +85,7 @@
         if ok:
             n_right += 1
 
-        fg.audio_tx.msgq().insert_tail(gr.message_from_string(payload))
+        tb.audio_tx.msgq().insert_tail(gr.message_from_string(payload))
         
         print "ok = %r  n_rcvd = %4d  n_right = %4d" % (
             ok, n_rcvd, n_right)





reply via email to

[Prev in Thread] Current Thread [Next in Thread]