[gimp] file-jpeg: Fix format specifiers
- From: Mukund Sivaraman <muks src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp] file-jpeg: Fix format specifiers
- Date: Mon, 3 Oct 2011 05:30:35 +0000 (UTC)
commit 211dfb0ce1f62cadeadf4daebe232694bc20927f
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]