Revision: 54542
          http://brlcad.svn.sourceforge.net/brlcad/?rev=54542&view=rev
Author:   brlcad
Date:     2013-03-06 22:02:38 +0000 (Wed, 06 Mar 2013)
Log Message:
-----------
cast makes for an invalid lvalue, remove it

Modified Paths:
--------------
    brlcad/trunk/include/nmg.h

Modified: brlcad/trunk/include/nmg.h
===================================================================
--- brlcad/trunk/include/nmg.h  2013-03-06 22:02:27 UTC (rev 54541)
+++ brlcad/trunk/include/nmg.h  2013-03-06 22:02:38 UTC (rev 54542)
@@ -549,7 +549,7 @@
  */
 #define NMG_FREESTRUCT(ptr, str) { \
     memset((char *)(ptr), 0, sizeof(struct str)); \
-    BU_PUT((char *)(ptr), struct str); \
+    BU_PUT((ptr), struct str); \
     (ptr) = NULL; \
 }
 

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
Symantec Endpoint Protection 12 positioned as A LEADER in The Forrester  
Wave(TM): Endpoint Security, Q1 2013 and "remains a good choice" in the  
endpoint security space. For insight on selecting the right partner to 
tackle endpoint security challenges, access the full report. 
http://p.sf.net/sfu/symantec-dev2dev
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to