From 70ed34d7d961197a89b905d0b27daf19f9fc4159 Mon Sep 17 00:00:00 2001 From: metamuffin Date: Mon, 15 Dec 2025 12:16:19 +0100 Subject: Fix anticurry inverted points (fix #346) --- data/recipes/anticurry.sed | 3 +++ 1 file changed, 3 insertions(+) (limited to 'data') diff --git a/data/recipes/anticurry.sed b/data/recipes/anticurry.sed index 26042454..01e442de 100755 --- a/data/recipes/anticurry.sed +++ b/data/recipes/anticurry.sed @@ -2,3 +2,6 @@ s/inputs/TEMP/g s/outputs/inputs/g s/TEMP/outputs/g +s/points: -/TEMP/g +s/points: /points: -/g +s/TEMP/points: /g -- cgit v1.3