Diff

util/hashes.lua @ 155:8c9a9f6f6455

Show error when no MD5 lib available
author Matthew Wild <mwild1@gmail.com>
date Fri, 24 Oct 2008 14:46:22 +0100
parent 148:4c0dcd245d34
child 194:4ea1ec218976
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"