[easytag] Correct type of TagType in error string
- From: Ekaterina Gerasimova <egerasimov src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [easytag] Correct type of TagType in error string
- Date: Tue, 28 May 2013 20:19:34 +0000 (UTC)
commit 6d4452f0d939993b5323d535f4329d9a8424ee55
Author: Ekaterina Gerasimova <kittykat3756 gmail com>
Date: Tue May 28 20:22:01 2013 +0100
Correct type of TagType in error string
src/et_core.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/et_core.c b/src/et_core.c
index 36b738f..fc7c134 100644
--- a/src/et_core.c
+++ b/src/et_core.c
@@ -3925,7 +3925,7 @@ gboolean ET_Save_File_Tag_To_HD (ET_File *ETFile)
if (error)
{
Log_Print (LOG_ERROR,
- _("Error writing tag type %s to file %s (%s)"),
+ _("Error writing tag type %d to file %s (%s)"),
ETFileDescription->TagType, cur_filename_utf8,
error->message);
g_error_free (error);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]