aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--wav.bqn2
1 files changed, 1 insertions, 1 deletions
diff --git a/wav.bqn b/wav.bqn
index 24e1a4a..683a9ef 100644
--- a/wav.bqn
+++ b/wav.bqn
@@ -117,7 +117,7 @@ DecodeWav ← {
}
# Check that fields match their definitions
e ← hdr ≢⟜(⊑{𝕎𝕩⊏hdr}1⊸↓)¨ wh.def
- Msg ← "Values for fields " (∾∾⟜" "¨) "are incorrect"˙
+ Msg ← "Values for fields " ∾ (∾∾⟜" "¨) ∾ "are incorrect"˙
_alert ← {(𝔽∘Msg /⟜(wh.name))⍟(∨´) e ∧ wh.err⊸∊}
!⟜0 _alert "e"∾(se<0)/"?"
(•Out "Warning: "∾⊢) _alert "w"