commit-gnuradio
[Top][All Lists]
Advanced

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

[Commit-gnuradio] r5872 - gnuradio/branches/developers/gnychis/inband/us


From: gnychis
Subject: [Commit-gnuradio] r5872 - gnuradio/branches/developers/gnychis/inband/usrp/host/lib/inband
Date: Thu, 28 Jun 2007 13:46:10 -0600 (MDT)

Author: gnychis
Date: 2007-06-28 13:46:10 -0600 (Thu, 28 Jun 2007)
New Revision: 5872

Modified:
   
gnuradio/branches/developers/gnychis/inband/usrp/host/lib/inband/usrp_server.cc
Log:
one line fix for a bug causing a dreadful crash


Modified: 
gnuradio/branches/developers/gnychis/inband/usrp/host/lib/inband/usrp_server.cc
===================================================================
--- 
gnuradio/branches/developers/gnychis/inband/usrp/host/lib/inband/usrp_server.cc 
    2007-06-28 18:24:43 UTC (rev 5871)
+++ 
gnuradio/branches/developers/gnychis/inband/usrp/host/lib/inband/usrp_server.cc 
    2007-06-28 19:46:10 UTC (rev 5872)
@@ -101,7 +101,7 @@
   d_op_ping_fixed_rid = 0;
 
   for(int i=0; i < D_OP_PING_FIXED_MAX_RID; i++)
-    d_op_ping_fixed_owners[i] = PMT_NIL;
+    d_op_ping_fixed_owners.push_back(PMT_NIL);
 
   //d_fake_rx=true;
 }





reply via email to

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