]> git.sesse.net Git - vlc/commitdiff
Kill some relocs
authorRémi Denis-Courmont <remi@remlab.net>
Thu, 10 Feb 2011 18:21:17 +0000 (20:21 +0200)
committerRémi Denis-Courmont <remi@remlab.net>
Thu, 10 Feb 2011 18:21:17 +0000 (20:21 +0200)
src/config/keys.c

index 803e2a4de0ea28465e6e8366f6b6128a75039ce6..a09eb39fcf0a24cb5f98a7709ddc3c519985f9b8 100644 (file)
@@ -36,7 +36,7 @@
 
 typedef struct key_descriptor_s
 {
-    const char *psz_key_string;
+    const char psz_key_string[20];
     uint32_t i_key_code;
 } key_descriptor_t;