[easytag/wip/ax-compile-warnings: 8/11] Handle OptimFrog files as if they are unknown
- From: David King <davidk src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [easytag/wip/ax-compile-warnings: 8/11] Handle OptimFrog files as if they are unknown
- Date: Tue, 3 Feb 2015 08:52:46 +0000 (UTC)
commit 72b4d398f39f79cdefb0f57f0c5211d940afe185
Author: David King <amigadave amigadave com>
Date: Fri Jan 30 14:26:19 2015 +0000
Handle OptimFrog files as if they are unknown
src/file.c | 1 +
src/file_list.c | 1 +
2 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/src/file.c b/src/file.c
index aa0625b..86b7c42 100644
--- a/src/file.c
+++ b/src/file.c
@@ -1291,6 +1291,7 @@ ET_Display_File_Data_To_UI (ET_File *ETFile)
et_opus_file_header_fields_free (fields);
break;
#endif
+ case OFR_FILE:
case UNKNOWN_FILE:
default:
/* Default displaying. */
diff --git a/src/file_list.c b/src/file_list.c
index 153d3c7..63a6d23 100644
--- a/src/file_list.c
+++ b/src/file_list.c
@@ -398,6 +398,7 @@ ET_Add_File_To_File_List (gchar *filename)
success = et_opus_read_file_info (file, ETFileInfo, &error);
break;
#endif
+ case OFR_FILE:
case UNKNOWN_FILE:
default:
/* FIXME: Translatable string. */
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]