From 3f3f186fb43ffe6f9465016275e4b27a64216108 Mon Sep 17 00:00:00 2001 From: Chris Apers Date: Fri, 8 Oct 2004 13:33:25 +0000 Subject: Fixed path svn-id: r15470 --- backends/PalmOS/Src/launch.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'backends/PalmOS') diff --git a/backends/PalmOS/Src/launch.cpp b/backends/PalmOS/Src/launch.cpp index c4c3e2dae8..994c573a74 100644 --- a/backends/PalmOS/Src/launch.cpp +++ b/backends/PalmOS/Src/launch.cpp @@ -328,7 +328,7 @@ Boolean StartScummVM() { // create file for printf, warnings, etc... void DrawStatus(Boolean show); - StdioInit(gVars->volRefNum, "PALM/Programs/ScummVM/scumm.log", DrawStatus); + StdioInit(gVars->volRefNum, "/PALM/Programs/ScummVM/scumm.log", DrawStatus); gUnistdCWD = SCUMMVM_SAVEPATH; // TODO : move this to ypa1.cpp (?) -- cgit v1.2.3