From: jcorgan Date: Mon, 25 Aug 2008 18:16:41 +0000 (+0000) Subject: Fix missed fg to tb conversion (Ulf Lindgren) X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=17073112f9665863861e5ac681f05d11c7f30b50;p=debian%2Fgnuradio Fix missed fg to tb conversion (Ulf Lindgren) git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@9406 221aa14e-8319-0410-a670-987f0aec2ac5 --- diff --git a/gnuradio-examples/python/digital/rx_voice.py b/gnuradio-examples/python/digital/rx_voice.py index b3280d43..72926528 100755 --- a/gnuradio-examples/python/digital/rx_voice.py +++ b/gnuradio-examples/python/digital/rx_voice.py @@ -85,7 +85,7 @@ def main(): 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)