Commit 2901aca3 authored by Ulrich Sibiller's avatar Ulrich Sibiller

Keyboard.c: Fix wrong error msg prefix

parent 2f7f39b4
......@@ -1835,7 +1835,7 @@ void nxagentKeycodeConversionSetup(void)
FILE *keyboard_file;
if ( keyboard_file_path == NULL)
{
FatalError("nxagentKeyboardProc: malloc failed.");
FatalError("nxagentKeycodeConversionSetup: malloc failed.");
}
strcpy(keyboard_file_path, sessionpath);
strcat(keyboard_file_path, "/keyboard");
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment