[Git][debian-gis-team/mkgmap][upstream] New upstream version 0.0.0+svn4807

Bas Couwenberg (@sebastic) gitlab at salsa.debian.org
Fri Oct 1 05:06:51 BST 2021



Bas Couwenberg pushed to branch upstream at Debian GIS Project / mkgmap


Commits:
46380fb7 by Bas Couwenberg at 2021-10-01T05:56:15+02:00
New upstream version 0.0.0+svn4807
- - - - -


2 changed files:

- resources/mkgmap-version.properties
- src/uk/me/parabola/mkgmap/main/Main.java


Changes:

=====================================
resources/mkgmap-version.properties
=====================================
@@ -1,2 +1,2 @@
-svn.version: 4806
-build.timestamp: 2021-08-10T09:45:55+0100
+svn.version: 4807
+build.timestamp: 2021-09-14T09:45:24+0100


=====================================
src/uk/me/parabola/mkgmap/main/Main.java
=====================================
@@ -19,11 +19,11 @@ import java.io.IOException;
 import java.io.InputStream;
 import java.io.InputStreamReader;
 import java.io.PrintStream;
-import java.nio.charset.StandardCharsets;
 import java.lang.management.ManagementFactory;
 import java.lang.management.MemoryPoolMXBean;
 import java.lang.management.MemoryType;
 import java.lang.management.MemoryUsage;
+import java.nio.charset.StandardCharsets;
 import java.nio.file.Files;
 import java.time.Duration;
 import java.time.Instant;
@@ -613,7 +613,7 @@ public class Main implements ArgumentProcessor {
 		for (Combiner c : combiners)
 			c.init(args);
 
-		filenames.removeIf(f -> f == null || f.isCancelled());
+		filenames.removeIf(f -> f == null || f.getFilename() == null || f.isCancelled());
 
 		final Map<String, Integer> nameToHex = new HashMap<>();
 		for (FilenameTask f : filenames) {



View it on GitLab: https://salsa.debian.org/debian-gis-team/mkgmap/-/commit/46380fb7fccf79e5d26bcd2e0bedf6ec2da75f36

-- 
View it on GitLab: https://salsa.debian.org/debian-gis-team/mkgmap/-/commit/46380fb7fccf79e5d26bcd2e0bedf6ec2da75f36
You're receiving this email because of your account on salsa.debian.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-grass-devel/attachments/20211001/d3cbc389/attachment-0001.htm>


More information about the Pkg-grass-devel mailing list