7
mirror of https://gitlab.com/kicad/code/kicad.git synced 2025-04-21 16:53:44 +00:00

Fix formatting error

This commit is contained in:
Seth Hillbrand 2020-09-15 10:54:35 -07:00
parent 5467729611
commit c5eba871e3

View File

@ -84,7 +84,7 @@ wxString GetKicadLockFilePath()
lockpath.AppendDir( ".cache" );
}
lockpath.AppendDir( wxString::Format( "kicad_v%d", GetMajorMinorVersion() ) );
lockpath.AppendDir( wxString::Format( "kicad_v%s", GetMajorMinorVersion() ) );
#endif
#if defined( __WXMAC__ ) || defined( __UNIX__ )