]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/cocoa/application/application.factor
core: subseq-index? -> subseq-of?
[factor.git] / basis / cocoa / application / application.factor
index 3216427a8c3caa7f3c1594900be3bed8cffb2fb9..a73839789237046344ba046b4c41afed0d84cc55 100644 (file)
@@ -41,7 +41,7 @@ FUNCTION: void NSBeep ( )
 : running.app? ( -- ? )
     ! Test if we're running a .app.
     NSBundle -> mainBundle -> bundlePath CF>string
-    ".app" subseq-index? ;
+    ".app" subseq-of? ;
 
 : assert.app ( message -- )
     running.app? [