From c7c05a1496870e5c496367e64eb5968c0d692008 Mon Sep 17 00:00:00 2001 From: Morten Kromberg Date: Fri, 16 Aug 2024 18:53:42 +0200 Subject: [PATCH] Add missing "options" argument in calls to SetFlags (#666) * Add missing "options" argument in calls to SetFlags * Increment version to 4.0.19 --- StartupSession/Link/OnAfterFix.aplf | 4 ++-- StartupSession/Link/Version.aplf | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/StartupSession/Link/OnAfterFix.aplf b/StartupSession/Link/OnAfterFix.aplf index 2fa7467c..f692f2b7 100644 --- a/StartupSession/Link/OnAfterFix.aplf +++ b/StartupSession/Link/OnAfterFix.aplf @@ -28,8 +28,8 @@ :If (⎕NC fullname←(⍕ns),'.',name)∊3 4 relname←(1+≢link.ns)↓fullname :AndIf ((⊂relname)∊link.flagged)∨0≠≢(stop←⎕STOP fullname),trace←⎕TRACE fullname - z←'Stop'SetFlags (fullname stop) ns - z←'Trace'SetFlags (fullname trace) ns + z←'Stop'SetFlags (fullname stop) ns ⍬ + z←'Trace'SetFlags (fullname trace) ns ⍬ :EndIf :Else U.Warn 'Unable to record Stop/Trace settings' diff --git a/StartupSession/Link/Version.aplf b/StartupSession/Link/Version.aplf index 54372e3f..eb04e9cc 100644 --- a/StartupSession/Link/Version.aplf +++ b/StartupSession/Link/Version.aplf @@ -1,2 +1,2 @@ version←Version -version←'4.0.18' +version←'4.0.19'