Revision: 76526
          http://sourceforge.net/p/brlcad/code/76526
Author:   brlcad
Date:     2020-07-27 18:59:05 +0000 (Mon, 27 Jul 2020)
Log Message:
-----------
brep plotting needs to be binary for windows too

Modified Paths:
--------------
    brlcad/trunk/src/libged/brep/plot.cpp

Modified: brlcad/trunk/src/libged/brep/plot.cpp
===================================================================
--- brlcad/trunk/src/libged/brep/plot.cpp       2020-07-27 18:57:45 UTC (rev 
76525)
+++ brlcad/trunk/src/libged/brep/plot.cpp       2020-07-27 18:59:05 UTC (rev 
76526)
@@ -715,7 +715,7 @@
     if (pname == NULL) {
        pname = "out.plot3";
     }
-    plot = fopen(pname, "w");
+    plot = fopen(pname, "wb");
     point_t min, max;
     VSET(min, -2048, -2048, -2048);
     VSET(max, 2048, 2048, 2048);

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



_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to