Use const char* rather than static array.

This commit is contained in:
Michael Jumper 2012-03-20 16:03:49 -07:00
parent 1990269f99
commit dcafe2cd46
2 changed files with 5357 additions and 5357 deletions

View File

@ -79,7 +79,7 @@ typedef struct guac_rdp_altcode_map {
/**
* The 4-digit Alt-code which types this keysym.
*/
char altcode[4];
const char* altcode;
} guac_rdp_altcode_map;

File diff suppressed because it is too large Load Diff