From 58647729c116fa1a027341d007ea7d80cf6f235e Mon Sep 17 00:00:00 2001 From: slava Date: Mon, 4 Sep 2006 01:27:03 +0000 Subject: [PATCH] boids load fix --- TODO.FACTOR.txt | 1 + contrib/boids.factor | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/TODO.FACTOR.txt b/TODO.FACTOR.txt index 975eefe3e3..3e21332c64 100644 --- a/TODO.FACTOR.txt +++ b/TODO.FACTOR.txt @@ -1,5 +1,6 @@ + 0.85: +- ENTER key on keypad should do something - pane output in UI should use less memory - signal 4 on datastack underflow on mac intel?? - why is a 'null' type inferred for the output of foo in diff --git a/contrib/boids.factor b/contrib/boids.factor index 2ef93235eb..64ddb524ce 100644 --- a/contrib/boids.factor +++ b/contrib/boids.factor @@ -287,7 +287,8 @@ run-boids ; VARS: ns frame ; -: control-panel-label ( string -- array )