fix counter

db4
Doug Coleman 2008-10-12 07:25:03 -06:00
parent 3161a85736
commit 3368866fc3
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ M: counter-app init-session* drop 0 count sset ;
! Deployment example
USING: db.sqlite furnace.alloy namespaces ;
: counter-db ( -- params db ) "counter.db" sqlite-db ;
: counter-db ( -- db ) "counter.db" <sqlite-db> ;
: run-counter ( -- )
<counter-app>