From 2f0c10622f44bf7945f5bc28f32ad8e9facc0dcd Mon Sep 17 00:00:00 2001
From: magnum <magnum>
Date: Sun, 24 Jul 2011 23:57:29 +0200
Subject: [PATCH 7/7] Fix for 0006, for "-any" builds

---
 src/NT_fmt_plug.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/NT_fmt_plug.c b/src/NT_fmt_plug.c
index c22554d..aa64a70 100644
--- a/src/NT_fmt_plug.c
+++ b/src/NT_fmt_plug.c
@@ -781,7 +781,7 @@ static char *get_key(int index)
 	else
 		return (char*)utf16toplain(get_key_helper(&nt_buffer1x[16 * (index - NT_NUM_KEYS4)], 1));
 #else
-	return (char*)utf16toplain(ret_Key,PLAINTEXT_LENGTH*3,get_key_helper(&nt_buffer1x[index << 4], 1));
+	return (char*)utf16toplain(get_key_helper(&nt_buffer1x[index << 4], 1));
 
 #endif
 }
-- 
1.7.4.1

