make get_key() result const char *, so that it is not modified
This commit is contained in:
@@ -247,7 +247,7 @@ debug_icon (Driver *drvthis, int x, int y, int icon)
|
||||
/////////////////////////////////////////////////////////////////
|
||||
// Return a keypress
|
||||
//
|
||||
MODULE_EXPORT char *
|
||||
MODULE_EXPORT const char *
|
||||
debug_get_key (Driver *drvthis)
|
||||
{
|
||||
report (RPT_INFO, "get_key()");
|
||||
|
||||
Reference in New Issue
Block a user