Revision: 41903
          http://brlcad.svn.sourceforge.net/brlcad/?rev=41903&view=rev
Author:   erikgreenwald
Date:     2011-01-03 15:15:39 +0000 (Mon, 03 Jan 2011)

Log Message:
-----------
remove duplicate declaration of buf3

Modified Paths:
--------------
    brlcad/trunk/src/conv/dem-g.c

Modified: brlcad/trunk/src/conv/dem-g.c
===================================================================
--- brlcad/trunk/src/conv/dem-g.c       2011-01-02 14:47:37 UTC (rev 41902)
+++ brlcad/trunk/src/conv/dem-g.c       2011-01-03 15:15:39 UTC (rev 41903)
@@ -1563,9 +1563,8 @@
     FILE *fp4;
     long int offset = 0;
     long int column = 0;
-    unsigned short int *buf3;
-    unsigned short int buf4 = 0;
     unsigned short int *buf3 = NULL;
+    unsigned short int buf4 = 0;
 
     buf3 = bu_calloc(1, *in_ydim, "buf3");
 


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

------------------------------------------------------------------------------
Learn how Oracle Real Application Clusters (RAC) One Node allows customers
to consolidate database storage, standardize their database environment, and, 
should the need arise, upgrade to a full multi-node Oracle RAC database 
without downtime or disruption
http://p.sf.net/sfu/oracle-sfdevnl
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to