From a8c4e8eb513148724cdaed020158e59b0e14b322 Mon Sep 17 00:00:00 2001 From: Matthew Wild Date: Fri, 24 Oct 2008 14:46:22 +0100 Subject: Show error when no MD5 lib available --- util/hashes.lua | 1 + 1 file changed, 1 insertion(+) (limited to 'util/hashes.lua') diff --git a/util/hashes.lua b/util/hashes.lua index 64374a8f..8273fcf9 100644 --- a/util/hashes.lua +++ b/util/hashes.lua @@ -1,5 +1,6 @@ local softreq = function (...) return select(2, pcall(require, ...)); end +local error = error; module "hashes" -- cgit v1.2.3