src/strip.vala
authorAlan Knowles <alan@roojs.com>
Mon, 7 May 2018 05:41:17 +0000 (13:41 +0800)
committerAlan Knowles <alan@roojs.com>
Mon, 7 May 2018 05:41:17 +0000 (13:41 +0800)
src/strip.vala

index 44c6f67..ce7edc9 100644 (file)
@@ -866,6 +866,7 @@ public class Strip : GLib.Object {
             }
             
             var ds = next_file.get_display_name();
+            // not really needed?? - we are storing attachments in a seperate location now...
             if (ds[0] == '.') {
                 next_file = null;
                 continue;