From f4ef11f9f38b5ed84ee60cb4e4a24bf8738ee9f4 Mon Sep 17 00:00:00 2001 From: Nathan Vegdahl Date: Sun, 20 Sep 2020 03:02:56 +0900 Subject: [PATCH] Fix some names in fluv32 error messages. --- sub_crates/trifloat/src/fluv32.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sub_crates/trifloat/src/fluv32.rs b/sub_crates/trifloat/src/fluv32.rs index 1e83a27..0b5af89 100644 --- a/sub_crates/trifloat/src/fluv32.rs +++ b/sub_crates/trifloat/src/fluv32.rs @@ -67,7 +67,7 @@ pub fn encode(xyz: (f32, f32, f32)) -> u32 { && !xyz.0.is_nan() && !xyz.1.is_nan() && !xyz.2.is_nan(), - "trifloat::yuv32::encode(): encoding to yuv32 only \ + "trifloat::fluv32::encode(): encoding to fluv32 only \ works correctly for positive, non-NaN numbers, but the numbers passed \ were: ({}, {}, {})", xyz.0,