diff --git a/src/autotype/mac/AutoTypeMac.cpp b/src/autotype/mac/AutoTypeMac.cpp index d6f83b569..6840850eb 100644 --- a/src/autotype/mac/AutoTypeMac.cpp +++ b/src/autotype/mac/AutoTypeMac.cpp @@ -1,4 +1,6 @@ /* + * Copyright (C) 2009-2010 Jeff Gibbons + * Copyright (C) 2005-2008 by Tarek Saidi * Copyright (C) 2012 Felix Geyer * * This program is free software: you can redistribute it and/or modify @@ -20,7 +22,7 @@ static pid_t keepassxPID2; -#define UNICODE_BUFFER_SIZE 1 +#define UNICODE_BUFFER_SIZE 20 static UniChar unicodeBuffer[UNICODE_BUFFER_SIZE]; static UniCharCount unicodePtr = 0; // reusable events diff --git a/src/autotype/mac/AutoTypeMac.h b/src/autotype/mac/AutoTypeMac.h index 28eee1dcd..e43d33cf0 100644 --- a/src/autotype/mac/AutoTypeMac.h +++ b/src/autotype/mac/AutoTypeMac.h @@ -1,4 +1,6 @@ /* + * Copyright (C) 2009-2010 Jeff Gibbons + * Copyright (C) 2005-2008 Tarek Saidi * Copyright (C) 2012 Felix Geyer * * This program is free software: you can redistribute it and/or modify