From 29d7c0a1ecf74c4aa2700e1abadfb8880754f6c7 Mon Sep 17 00:00:00 2001 From: jean-pierre charras Date: Wed, 27 Feb 2019 10:41:55 +0100 Subject: [PATCH] Excellon drill file: fix a very minor issue in a comment. --- common/gbr_metadata.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/gbr_metadata.cpp b/common/gbr_metadata.cpp index ba1d6923e2..8be1349245 100644 --- a/common/gbr_metadata.cpp +++ b/common/gbr_metadata.cpp @@ -66,7 +66,7 @@ wxString GbrMakeCreationDateAttributeString( GBR_NC_STRING_FORMAT aFormat ) break; case GBR_NC_STRING_FORMAT_NCDRILL: - msg.Printf( "; #@! TF.CreationDate,%s%s*", date.FormatISOCombined(), timezone_offset ); + msg.Printf( "; #@! TF.CreationDate,%s%s", date.FormatISOCombined(), timezone_offset ); break; } return msg;