diff options
author | Karl Berry <karl@freefriends.org> | 2012-05-18 00:35:36 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2012-05-18 00:35:36 +0000 |
commit | ff3def13189580da6fe5254355c8f3b8091bb0fb (patch) | |
tree | 13092e119e26dd5354f66cf3746dd0a0cbdd8cb2 /Build/source/utils/pmx/pmx-2.6.18/PATCH-2.6.18-02 | |
parent | 2721345a8954f1846ff48ba10e634bc65e7b954d (diff) |
pmx 2.6.18 (16may12)
git-svn-id: svn://tug.org/texlive/trunk@26478 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/utils/pmx/pmx-2.6.18/PATCH-2.6.18-02')
-rw-r--r-- | Build/source/utils/pmx/pmx-2.6.18/PATCH-2.6.18-02 | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/Build/source/utils/pmx/pmx-2.6.18/PATCH-2.6.18-02 b/Build/source/utils/pmx/pmx-2.6.18/PATCH-2.6.18-02 new file mode 100644 index 00000000000..ea95290e8ed --- /dev/null +++ b/Build/source/utils/pmx/pmx-2.6.18/PATCH-2.6.18-02 @@ -0,0 +1,31 @@ +*** scor2prt.for.orig 2012-04-25 13:23:32.439903295 -0400 +--- scor2prt.for 2012-04-25 13:30:54.966902964 -0400 +*************** +*** 106,113 **** + read(*,'(a)')jobname + numargs = 1 + else +! call getarg(1,jobname,idum) ! May need to replace this w/ next line +! c call getarg(1,jobname) + end if + ljob = lenstr(jobname,27) + if (ljob .eq. 0) then +--- 106,113 ---- + read(*,'(a)')jobname + numargs = 1 + else +! c call getarg(1,jobname,idum) ! May need to replace this w/ next line +! call getarg(1,jobname) + end if + ljob = lenstr(jobname,27) + if (ljob .eq. 0) then +*************** +*** 1480,1485 **** +--- 1480,1486 ---- + c + common /all/ noinow,iorig(noimax),noinst,insetup,replacing, + * instnum(noimax),botv(noimax),nvi(noimax),nsyst,nvnow ++ logical insetup,replacing,clefpend,botv + character*128 line + iccount = 0 + do 1 iset = 1 , 12 |