From 2381665eddef0159296cf60abe4edcd3c9be7b70 Mon Sep 17 00:00:00 2001 From: Jeffrey Armstrong Date: Mon, 17 May 2021 11:54:07 -0400 Subject: Fixed temp filename creation on Windows caused by bad strlen call. --- player/levitating-player-windows.prj | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'player') 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 -- cgit v1.2.3