summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorL Peter Deutsch <lpd@ghostscript.com>2000-04-07 05:35:39 +0000
committerL Peter Deutsch <lpd@ghostscript.com>2000-04-07 05:35:39 +0000
commit105049b1a665a58d7479a02def9f63bddba7ced7 (patch)
tree7e2acf046531a3c1138569c1050168f17af6c4de
parent808fbd59d49b66dff57e20e4f7a50bebd17ee63a (diff)
Fix: maketars and related scripts didn't handle version numbers #.#0ghostscript-6.20
correctly. git-svn-id: http://svn.ghostscript.com/ghostscript/trunk@265 a1074d23-0009-0410-80fe-cf8c14f379e6
-rwxr-xr-xgs/toolbin/makeset.tcl2
1 files changed, 1 insertions, 1 deletions
diff --git a/gs/toolbin/makeset.tcl b/gs/toolbin/makeset.tcl
index b62afc1c5..45f98e5ae 100755
--- a/gs/toolbin/makeset.tcl
+++ b/gs/toolbin/makeset.tcl
@@ -37,7 +37,7 @@ proc setnum {num3} {
global Num3 Dot Dir
set Num3 $num3
- set Dot [expr ${Num3}.0 / 100]
+ set Dot [expr ${Num3} / 100].[expr ${Num3} % 100]
# Set other, derived globals.
set Dir gs$Dot