aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llviewerkeyboard.cpp
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--linden/indra/newview/llviewerkeyboard.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/linden/indra/newview/llviewerkeyboard.cpp b/linden/indra/newview/llviewerkeyboard.cpp
index 0d927ae..c732ae5 100644
--- a/linden/indra/newview/llviewerkeyboard.cpp
+++ b/linden/indra/newview/llviewerkeyboard.cpp
@@ -738,7 +738,7 @@ BOOL LLViewerKeyboard::bindKey(const S32 mode, const KEY key, const MASK mask, c
738 738
739S32 LLViewerKeyboard::loadBindings(const char *filename) 739S32 LLViewerKeyboard::loadBindings(const char *filename)
740{ 740{
741 FILE *fp; 741 LLFILE *fp;
742 const S32 BUFFER_SIZE = 2048; 742 const S32 BUFFER_SIZE = 2048;
743 char buffer[BUFFER_SIZE]; /* Flawfinder: ignore */ 743 char buffer[BUFFER_SIZE]; /* Flawfinder: ignore */
744 // *NOTE: This buffer size is hard coded into scanf() below. 744 // *NOTE: This buffer size is hard coded into scanf() below.