commit-gnuradio
[Top][All Lists]
Advanced

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

[Commit-gnuradio] r9254 - gnuradio/branches/developers/trondeau/dbs/usrp


From: trondeau
Subject: [Commit-gnuradio] r9254 - gnuradio/branches/developers/trondeau/dbs/usrp/host/lib/legacy
Date: Tue, 12 Aug 2008 13:58:55 -0600 (MDT)

Author: trondeau
Date: 2008-08-12 13:58:55 -0600 (Tue, 12 Aug 2008)
New Revision: 9254

Modified:
   gnuradio/branches/developers/trondeau/dbs/usrp/host/lib/legacy/std_paths.h.in
Log:
fixed const char warning

Modified: 
gnuradio/branches/developers/trondeau/dbs/usrp/host/lib/legacy/std_paths.h.in
===================================================================
--- 
gnuradio/branches/developers/trondeau/dbs/usrp/host/lib/legacy/std_paths.h.in   
    2008-08-12 17:38:29 UTC (rev 9253)
+++ 
gnuradio/branches/developers/trondeau/dbs/usrp/host/lib/legacy/std_paths.h.in   
    2008-08-12 19:58:55 UTC (rev 9254)
@@ -20,7 +20,7 @@
  * Boston, MA 02110-1301, USA.
  */
 
-static char *std_paths[] = {
+static const char *std_paths[] = {
   "@prefix@/share/usrp",
   "/usr/local/share/usrp",
   0





reply via email to

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