From c2912228c933af49732cc31ad31b222f161cc858 Mon Sep 17 00:00:00 2001 From: KAMADA Ken'ichi Date: Mon, 19 Feb 2018 23:35:34 +0900 Subject: [PATCH] Update the description for Flash field. --- src/tag.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/tag.rs b/src/tag.rs index 8e45e23..f0cd127 100644 --- a/src/tag.rs +++ b/src/tag.rs @@ -788,12 +788,12 @@ fn d_flash(w: &mut fmt::Write, value: &Value) -> fmt::Result { const FIRED: &[&str] = &["not fired", "fired"]; const RETURN: &[&str] = &[ ", no return light detection function", - ", reserved return light", + ", return light status 1 (reserved)", ", return light not detected", ", return light detected", ]; const AUTO: &[&str] = &[ - ", unknown auto mode", ", forced", ", suppressed", ", auto"]; + ", auto mode 0 (unknown)", ", forced", ", suppressed", ", auto"]; const FUNCTION: &[&str] = &["", ", no function present"]; const RED_EYE: &[&str] = &["", ", red-eye reduction"];