Revision: 42126
http://brlcad.svn.sourceforge.net/brlcad/?rev=42126&view=rev
Author: brlcad
Date: 2011-01-12 03:28:53 +0000 (Wed, 12 Jan 2011)
Log Message:
-----------
init vars before testing
Modified Paths:
--------------
brlcad/trunk/src/conv/dxf/dxf-g.c
Modified: brlcad/trunk/src/conv/dxf/dxf-g.c
===================================================================
--- brlcad/trunk/src/conv/dxf/dxf-g.c 2011-01-12 03:27:23 UTC (rev 42125)
+++ brlcad/trunk/src/conv/dxf/dxf-g.c 2011-01-12 03:28:53 UTC (rev 42126)
@@ -1948,20 +1948,20 @@
drawMtext( char *text, int attachPoint, int UNUSED(drawingDirection), double
textHeight, double entityHeight,
double charWidth, double UNUSED(rectWidth), double rotationAngle,
double insertionPoint[3] )
{
- char *copyOfText = bu_calloc( (unsigned int)strlen( text )+1, 1,
"copyOfText" );
+ struct bu_list vhead;
+ int done;
char *c;
char *cp;
int lineCount;
- int maxLineLen=0;
- double scale;
double lineSpace;
double totalHeight;
- double xdel, ydel;
+ vect_t xdir, ydir;
double startx, starty;
+ int maxLineLen=0;
+ double scale = 1.0;
+ double xdel = 0.0, ydel = 0.0;
double radians = rotationAngle * M_PI / 180.0;
- vect_t xdir, ydir;
- struct bu_list vhead;
- int done;
+ char *copyOfText = bu_calloc( (unsigned int)strlen( text )+1, 1,
"copyOfText" );
BU_LIST_INIT( &vhead );
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
------------------------------------------------------------------------------
Protect Your Site and Customers from Malware Attacks
Learn about various malware tactics and how to avoid them. Understand
malware threats, the impact they can have on your business, and how you
can protect your company and customers by using code signing.
http://p.sf.net/sfu/oracle-sfdevnl
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits