cec: cec_menu_language is 4 chars wide on the interface, but should have been 3....
[deb_libcec.git] / include / cectypes.h
index 95ab891d3fcc3d031e0a5b424d044fca93af790e..4edf4ba3dbc36f6766447d41783e57cc10ec39ef 100644 (file)
@@ -646,7 +646,7 @@ typedef enum cec_vendor_id
 
 typedef struct cec_menu_language
 {
-  char                language[4]; /**< the iso language code */
+  char                language[4]; /**< the iso language code. @bug the language code is only 3 chars long, not 4. will be changed in v2.0, because changing it now would break backwards compat */
   cec_logical_address device;      /**< the logical address of the device */
 } cec_menu_language;