Changeset

155:8c9a9f6f6455

Show error when no MD5 lib available
author Matthew Wild <mwild1@gmail.com>
date Fri, 24 Oct 2008 14:46:22 +0100
parents 154:1fee9396ca2f
children 156:884c43c7028a
files util/hashes.lua
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/util/hashes.lua	Fri Oct 24 14:45:50 2008 +0100
+++ b/util/hashes.lua	Fri Oct 24 14:46:22 2008 +0100
@@ -1,5 +1,6 @@
 
 local softreq = function (...) return select(2, pcall(require, ...)); end
+local error = error;
 
 module "hashes"