[gimp/metadata-browser] file-jpeg: Fix format specifiers
- From: Roman Joost <romanofski src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp/metadata-browser] file-jpeg: Fix format specifiers
- Date: Fri, 2 Dec 2011 02:01:37 +0000 (UTC)
commit e5213a763e1ba17a42c9d85c50a872b20b2c17e9
Author: Mukund Sivaraman <muks banu com>
Date: Mon Oct 3 10:59:48 2011 +0530
file-jpeg: Fix format specifiers
plug-ins/file-jpeg/jpegqual.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/plug-ins/file-jpeg/jpegqual.c b/plug-ins/file-jpeg/jpegqual.c
index 0e85dfa..d518f0a 100644
--- a/plug-ins/file-jpeg/jpegqual.c
+++ b/plug-ins/file-jpeg/jpegqual.c
@@ -897,7 +897,7 @@ analyze_file (gchar *filename)
if (option_ctable)
{
- g_print (" {\n /* %s */\n \"?\", \"?\",\n %hd, %hd,\n %d,\n",
+ g_print (" {\n /* %s */\n \"?\", \"?\",\n %d, %d,\n %d,\n",
filename,
cinfo.comp_info[0].h_samp_factor,
cinfo.comp_info[0].v_samp_factor,
@@ -1017,7 +1017,7 @@ print_unknown_tables (void)
} /* FIXME */
g_print (" \"?\", \"? (hash %x)\",\n"
- " %hd, %hd,\n %d,\n",
+ " %d, %d,\n %d,\n",
table_data->hashval,
table_data->subsmp_h,
table_data->subsmp_v,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]