Revision: 44669
          http://brlcad.svn.sourceforge.net/brlcad/?rev=44669&view=rev
Author:   davidloman
Date:     2011-05-24 18:36:22 +0000 (Tue, 24 May 2011)

Log Message:
-----------
SHould be feeding getFsDirList() the filesystem path, not the entire path.

Modified Paths:
--------------
    geomcore/trunk/src/GS/FileDataSource.cxx

Modified: geomcore/trunk/src/GS/FileDataSource.cxx
===================================================================
--- geomcore/trunk/src/GS/FileDataSource.cxx    2011-05-24 18:35:08 UTC (rev 
44668)
+++ geomcore/trunk/src/GS/FileDataSource.cxx    2011-05-24 18:36:22 UTC (rev 
44669)
@@ -66,7 +66,7 @@
           return -1; /* 0 == NOT EXIST */
 
       if (type == 1)
-          return FileDataSource::getFsDirList(path, list); /* 1 == DIR */
+          return FileDataSource::getFsDirList(fsPath, list); /* 1 == DIR */
 
       /* Allow type == 2 (aka G File) to fall through to G procssing code. */
   }


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

------------------------------------------------------------------------------
vRanger cuts backup time in half-while increasing security.
With the market-leading solution for virtual backup and recovery, 
you get blazing-fast, flexible, and affordable data protection.
Download your free trial now. 
http://p.sf.net/sfu/quest-d2dcopy1
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to