Revision: 42298
http://brlcad.svn.sourceforge.net/brlcad/?rev=42298&view=rev
Author: tbrowder2
Date: 2011-01-15 12:57:56 +0000 (Sat, 15 Jan 2011)
Log Message:
-----------
remove duplicate assignment (which also quells compiler warning)
Modified Paths:
--------------
brlcad/trunk/src/fb/cat-fb.c
Modified: brlcad/trunk/src/fb/cat-fb.c
===================================================================
--- brlcad/trunk/src/fb/cat-fb.c 2011-01-15 12:50:09 UTC (rev 42297)
+++ brlcad/trunk/src/fb/cat-fb.c 2011-01-15 12:57:56 UTC (rev 42298)
@@ -764,7 +764,7 @@
cfont = relfont();
fontdes[cfont].fnum = fnum;
- fontdes[cfont].psize = fontdes[cfont].psize = size;
+ fontdes[cfont].psize = size;
fontdes[cfont].vfp = vfp;
if (debug) fprintf(stderr, "slot %d = %s\n", cfont, cbuf );
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