Browse Source

Excellon drill file: fix a very minor issue in a comment.

pull/13/head
jean-pierre charras 7 years ago
parent
commit
29d7c0a1ec
  1. 2
      common/gbr_metadata.cpp

2
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;

Loading…
Cancel
Save