Show error when no MD5 lib available
authorMatthew Wild <mwild1@gmail.com>
Fri, 24 Oct 2008 13:46:22 +0000 (14:46 +0100)
committerMatthew Wild <mwild1@gmail.com>
Fri, 24 Oct 2008 13:46:22 +0000 (14:46 +0100)
util/hashes.lua

index 64374a8fbd2d21233d33af61c297585a0168968e..8273fcf90c47591e3e2789f5e892e23ac7239612 100644 (file)
@@ -1,5 +1,6 @@
 
 local softreq = function (...) return select(2, pcall(require, ...)); end
+local error = error;
 
 module "hashes"