Fix the build on Alpha -STABLE.

Reported by:	bento via kris
This commit is contained in:
Joe Marcus Clarke 2004-01-31 18:25:23 +00:00
parent f538a3958b
commit 0aeca78601
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=99633
2 changed files with 6 additions and 6 deletions

View file

@ -1,11 +1,11 @@
--- src/backends/libgbf_am/gbf-am-project.c.orig Sun Oct 26 01:24:42 2003
+++ src/backends/libgbf_am/gbf-am-project.c Sun Oct 26 01:32:23 2003
--- src/backends/libgbf_am/gbf-am-project.c.orig Fri May 2 06:12:51 2003
+++ src/backends/libgbf_am/gbf-am-project.c Sat Jan 31 13:22:04 2004
@@ -1750,7 +1750,7 @@
switch (status) {
case G_IO_STATUS_NORMAL:
- DEBUG (g_message ("wrote %d bytes", bytes_written));
+ DEBUG (g_message ("wrote %zu bytes", bytes_written));
+ DEBUG (g_message ("wrote %lu bytes", bytes_written));
if (data->input.length < data->input.size) {
/* don't remove the source */

View file

@ -1,11 +1,11 @@
--- src/backends/libgbf_am/gbf-am-project.c.orig Sun Oct 26 01:24:42 2003
+++ src/backends/libgbf_am/gbf-am-project.c Sun Oct 26 01:32:23 2003
--- src/backends/libgbf_am/gbf-am-project.c.orig Fri May 2 06:12:51 2003
+++ src/backends/libgbf_am/gbf-am-project.c Sat Jan 31 13:22:04 2004
@@ -1750,7 +1750,7 @@
switch (status) {
case G_IO_STATUS_NORMAL:
- DEBUG (g_message ("wrote %d bytes", bytes_written));
+ DEBUG (g_message ("wrote %zu bytes", bytes_written));
+ DEBUG (g_message ("wrote %lu bytes", bytes_written));
if (data->input.length < data->input.size) {
/* don't remove the source */