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:
parent
5467729611
commit
c5eba871e3
@ -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__ )
|
||||
|
Loading…
Reference in New Issue
Block a user