From 64dc74a04eedd550f1c72af1caa88d2b81ab70e8 Mon Sep 17 00:00:00 2001 From: Genevieve Alfirevic Date: Wed, 2 Feb 2022 23:03:01 -0600 Subject: Why are these files changed --- gifprobe/Cargo.toml | 2 +- gifprobe/src/main.rs | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'gifprobe') diff --git a/gifprobe/Cargo.toml b/gifprobe/Cargo.toml index 75047b8..96e76a5 100644 --- a/gifprobe/Cargo.toml +++ b/gifprobe/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "gifprobe" version = "0.1.0" -authors = ["Genevive Alfirevic { - 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