[totem/wip/hadess/subtitle-labels-fixes: 1/4] backend: Fix type of BvwLangInfo struct members



commit bb807c1a69e9ec776d29c0b91b1fa7402a6e3135
Author: Bastien Nocera <hadess hadess net>
Date:   Mon Feb 18 17:32:27 2019 +0100

    backend: Fix type of BvwLangInfo struct members
    
    Fixes a great few warnings.

 src/backend/bacon-video-widget.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/backend/bacon-video-widget.h b/src/backend/bacon-video-widget.h
index 2d3f91252..1f85ec6d7 100644
--- a/src/backend/bacon-video-widget.h
+++ b/src/backend/bacon-video-widget.h
@@ -392,8 +392,8 @@ void bacon_video_widget_dvd_event                (BaconVideoWidget *bvw,
  * present appropriate information to the user.
  */
 typedef struct {
-       const char *language;
-       const char *codec;
+       char *language;
+       char *codec;
 } BvwLangInfo;
 
 void bacon_video_widget_lang_info_free           (BvwLangInfo *info);


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]