]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - client/scripting.c
Code cleanup:
[proxmark3-svn] / client / scripting.c
index 8d77c78a2e4a2b9aef6aae0b075a62c1910fc608..df8d73bc2b5d8f9785785653f64f219bacf9fee9 100644 (file)
@@ -161,7 +161,7 @@ static int l_nonce2key(lua_State *L){
        uint8_t dest_key[8];
        num_to_bytes(key,sizeof(dest_key),dest_key);
 
-       //printf("Pushing to lua stack: %012"llx"\n",key);
+       //printf("Pushing to lua stack: %012" PRIx64 "\n",key);
        lua_pushlstring(L,(const char *) dest_key,sizeof(dest_key));
 
        return 2; //Two return values
Impressum, Datenschutz