From 390ee6ed34b2d95451065224dd6af3a16657f4d2 Mon Sep 17 00:00:00 2001 From: stevenhowes <38082088+stevenhowes@users.noreply.github.com> Date: Tue, 1 Jun 2021 22:57:22 +0100 Subject: [PATCH] Typo in filename --- !TheEsc/compress.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/!TheEsc/compress.php b/!TheEsc/compress.php index 3bebb25..960dba7 100644 --- a/!TheEsc/compress.php +++ b/!TheEsc/compress.php @@ -57,7 +57,7 @@ function map_decompress($data) return base64_decode($newstring); } -$mapdata = file_get_contents("S:\\RiscOSDev\\rpcemu-win32-0.9.3-bundle-371-issue-1\\RPCEmu - 371\\hostfs\\Dev\\!TheEsc\\m2_map,ffd); +$mapdata = file_get_contents("S:\\RiscOSDev\\rpcemu-win32-0.9.3-bundle-371-issue-1\\RPCEmu - 371\\hostfs\\Dev\\!TheEsc\\m2_map,ffd"); echo "In Raw " . md5($mapdata). " " . strlen($mapdata). "\n";