Commit 7e27691c authored by Hajime Segawa's avatar Hajime Segawa Committed by Alexandre Julliard

Fix for debug message buffer overflow in library tab.

parent 9fef3848
......@@ -93,7 +93,7 @@ static const char* mode_to_string(enum dllmode mode)
/* Convert a dllmode to a pretty string for display. TODO: use translations. */
static const char* mode_to_label(enum dllmode mode)
{
WINE_FIXME("translate me");
WINE_FIXME("translate me\n");
return mode_to_string(mode);
}
......
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