diff options
author | Jeffrey Armstrong <jeffrey.armstrong@approximatrix.com> | 2021-05-17 11:54:07 -0400 |
---|---|---|
committer | Jeffrey Armstrong <jeffrey.armstrong@approximatrix.com> | 2021-05-17 11:54:07 -0400 |
commit | 2381665eddef0159296cf60abe4edcd3c9be7b70 (patch) | |
tree | 37f51ca3aee57fd4eaadf53853731dc545c15dca /player | |
parent | bbc986be5425c6abdddb6eaab6dca1b5054c43e0 (diff) | |
download | levitating-2381665eddef0159296cf60abe4edcd3c9be7b70.tar.gz levitating-2381665eddef0159296cf60abe4edcd3c9be7b70.zip |
Fixed temp filename creation on Windows caused by bad strlen call.
Diffstat (limited to 'player')
-rw-r--r-- | player/levitating-player-windows.prj | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/player/levitating-player-windows.prj b/player/levitating-player-windows.prj index 5b0e5e0..79915c7 100644 --- a/player/levitating-player-windows.prj +++ b/player/levitating-player-windows.prj @@ -16,7 +16,7 @@ "filename":"..\\common\\request.f90", "enabled":"1" },{ - "filename":".\\common\\utilities.F90", + "filename":"..\\common\\utilities.F90", "enabled":"1" },{ "filename":"..\\common\\wsa.f90", @@ -86,7 +86,7 @@ "Launch Using MPI":"false", "Keep Console":"true", "External Console":"false", - "Command Line Arguments":"", + "Command Line Arguments":"-i windows-1 -w . rpi", "Build Before Launch":"true" }, "Build Options":{ @@ -99,4 +99,4 @@ "Link LAPACK":0 } } -} +}
\ No newline at end of file |