]> gitweb.factorcode.org Git - factor.git/commitdiff
fix using for normalize-path
authorDoug Coleman <doug.coleman@gmail.com>
Thu, 29 Oct 2009 01:17:46 +0000 (20:17 -0500)
committerDoug Coleman <doug.coleman@gmail.com>
Thu, 29 Oct 2009 01:17:46 +0000 (20:17 -0500)
basis/ftp/server/server-tests.factor
basis/images/testing/testing.factor
extra/space-invaders/space-invaders.factor

index 515a64a0949266cf3849a94797df2ee205879498..2572f36cb0ef902741b54074618be6fb4dd4ad51 100644 (file)
@@ -1,7 +1,7 @@
 USING: calendar ftp.server io.encodings.ascii io.files
 io.files.unique namespaces threads tools.test kernel
 io.servers.connection ftp.client accessors urls
-io.pathnames io.directories sequences fry ;
+io.pathnames io.directories sequences fry io.backend ;
 FROM: ftp.client => ftp-get ;
 IN: ftp.server.tests
 
index ce51fd46699a6204cb9722b10cda91431c51aec6..a6644ed71024e0654aae6488e5721f04d43598e1 100644 (file)
@@ -3,7 +3,7 @@
 USING: fry images.loader images.normalization images.viewer io
 io.directories io.encodings.binary io.files io.pathnames
 io.streams.byte-array kernel locals namespaces quotations
-sequences serialize tools.test ;
+sequences serialize tools.test io.backend ;
 IN: images.testing
 
 <PRIVATE
index 7dedb66d675c4aa5aae49d8cb977a4ef58d005f3..07b5608a767159e16f5ecb69d83584033450cf25 100755 (executable)
@@ -65,7 +65,7 @@ CONSTANT: SOUND-WALK4        7
 CONSTANT: SOUND-UFO-HIT      8 
 
 : init-sound ( index cpu filename  -- )
-  absolte-path swapd [ sounds>> nth AL_BUFFER ] dip
+  absolute-path swapd [ sounds>> nth AL_BUFFER ] dip
   create-buffer-from-wav set-source-param ; 
 
 : init-sounds ( cpu -- )