From 76dffde9b9f21ae6ea75c4268bba8d36ce36b466 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20B=C3=A4renz?= Date: Mon, 13 May 2024 10:00:51 +0200 Subject: [PATCH] FIXUP fix error message --- rhine/src/FRP/Rhine/SN/Free.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rhine/src/FRP/Rhine/SN/Free.hs b/rhine/src/FRP/Rhine/SN/Free.hs index fda8f228..d1764d07 100644 --- a/rhine/src/FRP/Rhine/SN/Free.hs +++ b/rhine/src/FRP/Rhine/SN/Free.hs @@ -254,7 +254,7 @@ eraseClockResBuf _ orderedPositions resbuf0 = (Nothing, _) -> returnA -< resbuf (Just ti, Present a) -> do arrM $ uncurry $ uncurry put -< ((resbuf, ti), a) - _ -> error "eraseClockSNComponent: internal error (Resampling)" -< () + _ -> error "eraseClockResBuf: internal error" -< () case projectPosition posOut $ getTick tick of Nothing -> returnA -< (Absent, resbuf') Just ti -> do