/[gnump3d]/gnump3d/bin/gnump3d-index
ViewVC logotype

Diff of /gnump3d/bin/gnump3d-index

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.3 by skx, Tue Sep 23 17:47:55 2003 UTC revision 1.4 by skx, Thu Oct 30 01:33:44 2003 UTC
# Line 176  if ( ! -e $root ) Line 176  if ( ! -e $root )
176  }  }
177    
178  #  #
179  # Do the indexing - following symlinks as they're encountered.  # Do the indexing - following symlinks on non-Windows platforms.
180  #  #
181  find({ wanted => \&findAudio, follow => 1 }, $root);  if ( &isWindows() )
182    {
183      find({ wanted => \&findAudio }, $root);
184    }
185    else
186    {
187      find({ wanted => \&findAudio, follow => 1 }, $root);
188    }
189    
190    
191  #  #

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26