Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/taexportlogo.py
diff options
context:
space:
mode:
Diffstat (limited to 'taexportlogo.py')
-rw-r--r--taexportlogo.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/taexportlogo.py b/taexportlogo.py
index 058f553..2fb22bf 100644
--- a/taexportlogo.py
+++ b/taexportlogo.py
@@ -308,7 +308,7 @@ tasetshade :shade \r"
code = "to taarc :a :r\rrepeat round :a [right 1 forward (" +\
str(c) + " * :r)]\rend\r" + code
if heap: # add psuedo push and pop
- code = "to tapush :foo\routput fput :foo :taheap\rend\r" + \
+ code = "to tapush :foo\rmake \"taheap fput :foo :taheap\rend\r" + \
"to tapop\rif emptyp :taheap [stop]\rmake \"tmp first :taheap\r" +\
"make \"taheap butfirst :taheap\routput :tmp\rend\r" + \
"to taclearheap\rmake \"taheap []\rend\r" + \