[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[sc-dev] SF.net SVN: supercollider:[8266] trunk/build/SCClassLibrary/Common/Files/ Help.sc



Revision: 8266
          http://supercollider.svn.sourceforge.net/supercollider/?rev=8266&view=rev
Author:   danstowell
Date:     2008-12-23 20:24:51 +0000 (Tue, 23 Dec 2008)

Log Message:
-----------
fix typo

Modified Paths:
--------------
    trunk/build/SCClassLibrary/Common/Files/Help.sc

Modified: trunk/build/SCClassLibrary/Common/Files/Help.sc
===================================================================
--- trunk/build/SCClassLibrary/Common/Files/Help.sc	2008-12-23 20:21:16 UTC (rev 8265)
+++ trunk/build/SCClassLibrary/Common/Files/Help.sc	2008-12-23 20:24:51 UTC (rev 8266)
@@ -101,7 +101,7 @@
 					if ( helppath == Platform.userExtensionDir,
 						{
 							helpRootLen = "~/".absolutePath.size; // + 1;
-							subc = path[helpRootLen..].split(Platform.pathSeparators);
+							subc = path[helpRootLen..].split(Platform.pathSeparator);
 							subc = [ "UserExtensions" ] ++ subc;
 							// check for common superfluous names that may confuse the categorisation;
 							filterUserDirEntries.do{ |spath|


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

_______________________________________________
sc-dev mailing list

info (subscription, etc.): http://www.beast.bham.ac.uk/research/sc_mailing_lists.shtml
archive: https://listarc.bham.ac.uk/marchives/sc-dev/
search: https://listarc.bham.ac.uk/lists/sc-dev/search/