diff options
Diffstat (limited to 'Master/tlpkg/tlgs/Resource/Init/gs_resmp.ps')
-rw-r--r-- | Master/tlpkg/tlgs/Resource/Init/gs_resmp.ps | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Master/tlpkg/tlgs/Resource/Init/gs_resmp.ps b/Master/tlpkg/tlgs/Resource/Init/gs_resmp.ps index 9bb42638ad2..c7122e9a26d 100644 --- a/Master/tlpkg/tlgs/Resource/Init/gs_resmp.ps +++ b/Master/tlpkg/tlgs/Resource/Init/gs_resmp.ps @@ -1,4 +1,4 @@ -% Copyright (C) 2001-2018 Artifex Software, Inc. +% Copyright (C) 2001-2019 Artifex Software, Inc. % All Rights Reserved. % % This software is provided AS-IS with no warranty, either express or @@ -230,7 +230,7 @@ currentpacking //false setpacking } { dup dup .map exch .knownget { % /Name /Name <<record>> dup dup /RecordVirtualMethods get /IsActive get exec { - 1 index .getvminstance { % /Name /Name <<record>> holder + 1 index //.getvminstance exec { % /Name /Name <<record>> holder 1 get 1 eq } { //true @@ -242,7 +242,7 @@ currentpacking //false setpacking DefineResource exec % size bStatusIs1 /Name Instance % Make ResourceStatus to return correct values for this instance : % Hack: we replace status values in the instance holder : - exch .getvminstance pop % size bStatusIs1 Instance holder + exch //.getvminstance exec pop % size bStatusIs1 Instance holder dup 5 -1 roll 2 exch put % bStatusIs1 Instance holder 3 2 roll { % Instance holder 1 1 put % Instance |