[vlc-commits] ML: kill warnings
Guillaume Poussel
git at videolan.org
Mon Jan 31 12:03:57 CET 2011
vlc | branch: master | Guillaume Poussel <gpoussel at gmail.com> | Mon Jan 31 11:43:01 2011 +0100| [3c6ce7b0d991d9d4847faeb8f944fe8010835965] | committer: Jean-Baptiste Kempf
ML: kill warnings
Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=3c6ce7b0d991d9d4847faeb8f944fe8010835965
---
modules/media_library/sql_media_library.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/modules/media_library/sql_media_library.c b/modules/media_library/sql_media_library.c
index ecce00c..bfdb552 100644
--- a/modules/media_library/sql_media_library.c
+++ b/modules/media_library/sql_media_library.c
@@ -60,7 +60,7 @@ static int CreateInputItemFromMedia( media_library_t *p_ml,
struct ml_table_elt
{
int column_id;
- char* column_name;
+ const char* column_name;
};
static int compare_ml_elts( const void *a, const void *b )
More information about the vlc-commits
mailing list