Revision: 76023
          http://sourceforge.net/p/brlcad/code/76023
Author:   starseeker
Date:     2020-06-04 16:36:02 +0000 (Thu, 04 Jun 2020)
Log Message:
-----------
ifp, not fp

Modified Paths:
--------------
    brlcad/branches/dm-fb-merge/src/libicv/rot.c

Modified: brlcad/branches/dm-fb-merge/src/libicv/rot.c
===================================================================
--- brlcad/branches/dm-fb-merge/src/libicv/rot.c        2020-06-04 15:48:14 UTC 
(rev 76022)
+++ brlcad/branches/dm-fb-merge/src/libicv/rot.c        2020-06-04 16:36:02 UTC 
(rev 76023)
@@ -137,7 +137,7 @@
 
     if (BU_STR_EQUAL(in_file_name, "-")) {
        *ifp = stdin;
-       setmode(fileno(fp), O_BINARY);
+       setmode(fileno(ifp), O_BINARY);
     } else {
        *ifp = fopen(in_file_name, "rb");
        if (*ifp == NULL) {

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