Revision: 77512
          http://sourceforge.net/p/brlcad/code/77512
Author:   starseeker
Date:     2020-10-20 16:45:24 +0000 (Tue, 20 Oct 2020)
Log Message:
-----------
Fix Iwidgets directory name.

Modified Paths:
--------------
    brlcad/branches/thirdparty_rework/src/libtclcad/auto_path.c

Modified: brlcad/branches/thirdparty_rework/src/libtclcad/auto_path.c
===================================================================
--- brlcad/branches/thirdparty_rework/src/libtclcad/auto_path.c 2020-10-20 
03:11:42 UTC (rev 77511)
+++ brlcad/branches/thirdparty_rework/src/libtclcad/auto_path.c 2020-10-20 
16:45:24 UTC (rev 77512)
@@ -65,7 +65,7 @@
  * BRLCAD_ROOT/lib/tclTK_VERSION/tk.tcl
  * BRLCAD_ROOT/lib/itclITCL_VERSION/itcl.tcl
  * BRLCAD_ROOT/lib/itkITCL_VERSION/itk.tcl
- * BRLCAD_ROOT/lib/iwidgetsIWIDGETS_VERSION/iwidgets.tcl
+ * BRLCAD_ROOT/lib/IwidgetsIWIDGETS_VERSION/iwidgets.tcl
  * BRLCAD_ROOT/share/tclscripts/pkgIndex.tcl and subdirs
  *
  * if TCLCAD_LIBRARY_PATH is set append to search path.
@@ -189,7 +189,7 @@
        p = bu_strdup(bu_vls_cstr(&buffer));
        bu_ptbl_ins(&lib_subpaths, (long *)p);
 
-       bu_vls_sprintf(&buffer, "iwidgets%s", IWIDGETS_VERSION);
+       bu_vls_sprintf(&buffer, "Iwidgets%s", IWIDGETS_VERSION);
        p = bu_strdup(bu_vls_cstr(&buffer));
        bu_ptbl_ins(&lib_subpaths, (long *)p);
 

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