chiark / gitweb /
hidden: a todo
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Sat, 27 Feb 2021 11:08:44 +0000 (11:08 +0000)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Sat, 27 Feb 2021 11:08:56 +0000 (11:08 +0000)
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
src/hidden.rs

index cc8e9d0fbaab4cbf30d8fd55e833baed2793e77d..173fc000dc8f319f26c7386ffa27fea3066168e2 100644 (file)
@@ -349,7 +349,7 @@ fn recalculate_occultation_general<
         log_visible
       }
       OccK::Scrambled | OccK::Displaced{..} => {
-        let face = ipc.nfaces() - 1;
+        let face = ipc.nfaces() - 1; // xxx use other thing entirely
         let show = ipc.describe_html(Some(face.into()), gpc)?;
         call_log_callback(Some(&show))?
       },