From 64dc74a04eedd550f1c72af1caa88d2b81ab70e8 Mon Sep 17 00:00:00 2001
From: Genevieve Alfirevic <gen@nyble.dev>
Date: Wed, 2 Feb 2022 23:03:01 -0600
Subject: Why are these files changed

---
 gifprobe/src/main.rs | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

(limited to 'gifprobe/src')

diff --git a/gifprobe/src/main.rs b/gifprobe/src/main.rs
index 35a137f..a8e3cfd 100644
--- a/gifprobe/src/main.rs
+++ b/gifprobe/src/main.rs
@@ -49,11 +49,11 @@ fn main() {
 				img_count += 1;
 			}
 			Block::GraphicControlExtension(gce) => {
-				hundreths += gce.delay_time() as usize;
+				hundreths += gce.delay() as usize;
 
 				println!(
 					"Graphic Control Extension\n\tDelay Time {}\n\tDispose {}",
-					format!("{}s", gce.delay_time() as f32 / 100.0).yellow(),
+					format!("{}s", gce.delay() as f32 / 100.0).yellow(),
 					gce.disposal_method().unwrap().yellow()
 				)
 			}
@@ -65,7 +65,7 @@ fn main() {
 				let auth = app.authentication_code();
 				println!(
 					"Application Extension\n\tIdentifier {}\n\tAuthentication {:02X} {:02X} {:02X}",
-					app.identifier().yellow(),
+					String::from_utf8_lossy(app.identifier()).yellow(),
 					auth[0].yellow(),
 					auth[1].yellow(),
 					auth[2].yellow()
-- 
cgit 1.4.1-3-g733a5