From: Ian Jackson Date: Wed, 12 May 2021 23:59:26 +0000 (+0100) Subject: bundles: Pieces: Actually note in need_svgs X-Git-Tag: otter-0.6.0~313 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=0d742a347484b1b79721121b3a5547d4bedfc297;p=otter.git bundles: Pieces: Actually note in need_svgs Signed-off-by: Ian Jackson --- diff --git a/src/bundles.rs b/src/bundles.rs index b22099a7..31279beb 100644 --- a/src/bundles.rs +++ b/src/bundles.rs @@ -532,6 +532,9 @@ fn parse_bundle(id: Id, instance: &InstanceName, file: File, eh: EH, impl shapelib::LibrarySource for LibraryInBundle<'_> { fn catalogue_data(&self) -> &str { &self.catalogue_data } fn svg_dir(&self) -> String { self.svg_dir.clone() } + fn note_svg(&mut self, basename: &GoodItemName) { + self.need_svgs.push(basename.clone()) + } } for (progress_count, LibScanned { libname, dir_inzip, inzip })