From 6e12de4faa129ebe0f0e46ede46c1780bb23a315 Mon Sep 17 00:00:00 2001 From: Genevieve Alfirevic Date: Tue, 5 Apr 2022 04:48:36 -0500 Subject: Add screenpacked abstraction over u8 --- gifprobe/src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gifprobe/src') diff --git a/gifprobe/src/main.rs b/gifprobe/src/main.rs index c6bc0f8..241c421 100644 --- a/gifprobe/src/main.rs +++ b/gifprobe/src/main.rs @@ -24,7 +24,7 @@ fn main() { gif.screen_descriptor.height.yellow() ); - if gif.screen_descriptor.color_table_present() { + if gif.screen_descriptor.has_color_table() { println!( "\tGlobal Color Table Present {}\n\tGlobal Color Table Size {}", "Yes".green(), -- cgit 1.4.1-3-g733a5