X-Git-Url: http://cvs.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/7085af051de01a7b93cb8943822e65a8bd6f59b3..70dbfc3fc7a177a81331bd8c86c9d993900f056b:/client/scripts/14araw.lua?ds=sidebyside

diff --git a/client/scripts/14araw.lua b/client/scripts/14araw.lua
index 94b3020c..e2530929 100644
--- a/client/scripts/14araw.lua
+++ b/client/scripts/14araw.lua
@@ -106,7 +106,7 @@ function main(args)
 		dbg("doconnect")
 		-- We reuse the connect functionality from a 
 		-- common library
-		info, err = lib14a.read1443a(true, no_rats)
+		info, err = lib14a.read14443a(true, no_rats)
 
 		if err then return oops(err) end
 		print(("Connected to card, uid = %s"):format(info.uid))