From 3be61257d00fa71c422ea1a5f297a657b63309e2 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Wed, 30 Mar 2011 00:10:25 +0200 Subject: HUGO: Fix cypher fix ;) --- engines/hugo/file.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines') diff --git a/engines/hugo/file.cpp b/engines/hugo/file.cpp index 5fd7bac05f..eb9e24181d 100644 --- a/engines/hugo/file.cpp +++ b/engines/hugo/file.cpp @@ -49,7 +49,7 @@ namespace Hugo { namespace { static const char *s_bootCypher = "Copyright 1992, David P Gray, Gray Design Associates"; -static const int s_bootCypherLen = strlen(s_bootCypher) - 1; +static const int s_bootCypherLen = sizeof(s_bootCypher) - 2; } -- cgit v1.2.3