aboutsummaryrefslogtreecommitdiff
path: root/src/interp/i-syscmd.boot
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2011-04-30 14:27:31 +0000
committerdos-reis <gdr@axiomatics.org>2011-04-30 14:27:31 +0000
commitbd5f5b0df93361d31592738fb18d77a275f04bc9 (patch)
treee2b46b5d5ded0265990ef24f4bf2ddb9640e7fc4 /src/interp/i-syscmd.boot
parent6661a9aa8e79dc934bde807293857f2dfc0eca6f (diff)
downloadopen-axiom-bd5f5b0df93361d31592738fb18d77a275f04bc9.tar.gz
more cleanup
Diffstat (limited to 'src/interp/i-syscmd.boot')
-rw-r--r--src/interp/i-syscmd.boot8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/interp/i-syscmd.boot b/src/interp/i-syscmd.boot
index 1c8b3ddd..1ab82514 100644
--- a/src/interp/i-syscmd.boot
+++ b/src/interp/i-syscmd.boot
@@ -2240,14 +2240,14 @@ loadSpad2Cmd args ==
reportCount () ==
centerAndHighlight(" Current Count Settings ",$LINELENGTH,specialChar 'hbar)
SAY " "
- sayBrightly [:bright " cache",fillerSpaces(30,'".")," ",$cacheCount]
+ sayBrightly [:bright " cache",fillerSpaces(30,char ".")," ",$cacheCount]
if $cacheAlist then
for [a,:b] in $cacheAlist repeat
aPart:= linearFormatName a
n:= sayBrightlyLength aPart
- sayBrightly concat(" ",aPart," ",fillerSpaces(32-n,'".")," ",b)
+ sayBrightly concat(" ",aPart," ",fillerSpaces(32-n,char ".")," ",b)
SAY " "
- sayBrightly [:bright " stream",fillerSpaces(29,'".")," ",$streamCount]
+ sayBrightly [:bright " stream",fillerSpaces(29,char ".")," ",$streamCount]
--% )library
library args ==
@@ -2886,7 +2886,7 @@ printLabelledList(ls,label1,label2,prefix,patterns) ==
if syn = '"%i" then syn := '"%i "
wid := MAX(30 - (entryWidth syn),1)
sayBrightly concat('"%b",prefix,syn,'"%d",
- fillerSpaces(wid,'"."),'" ",prefix,comm)
+ fillerSpaces(wid,char "."),'" ",prefix,comm)
sayBrightly '""
whatCommands(patterns) ==