Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Routines/%ut.m
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ D EN1(.%utROU,%utLIST)
; ZEXCEPT: %ut -- NEWED IN EN
; ZEXCEPT: GetCPUTime,Process -- parts of Cache method names
; ZEXCEPT: IOM - if present margin width defined by Kernel
N %utERRL,%utK,%utI,%utJ,%utSTRT,%utONLY,%utROU1
N %utERRL,%utK,%utI,%utJ,%utSTRT,%utONLY,%utROU1,I
; ZEXCEPT: %utVERB -- ARGUMENT TO EN
I '+$G(%utVERB) S %utVERB=0
;
Expand Down
2 changes: 1 addition & 1 deletion Routines/%ut1.m
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
S %ut("ENTN")=0 ; Number of test, sub to %utUETRY.
;
; This stanza and everything below is for collecting @TEST.
N I,LIST
N I,J,LIST
S FLAG=$G(FLAG,0)
S I=$L($T(@(U_%utROU))) I I<0 Q "-1^Invalid Routine Name"
D NEWSTYLE(.LIST,%utROU)
Expand Down