aboutsummaryrefslogtreecommitdiff
path: root/devel/gnome-build
diff options
context:
space:
mode:
authorAlexander Nedotsukov <bland@FreeBSD.org>2003-12-17 08:35:55 +0000
committerAlexander Nedotsukov <bland@FreeBSD.org>2003-12-17 08:35:55 +0000
commitc6fb4c349d01dc41a94ff7cfc68bd1ae2d8cb443 (patch)
tree3bb67a2b35985edbedba09c495aafc7e10847cfd /devel/gnome-build
parent5c54d33c2bbc72d2c990360122982ab559ef4ffd (diff)
downloadports-c6fb4c349d01dc41a94ff7cfc68bd1ae2d8cb443.tar.gz
ports-c6fb4c349d01dc41a94ff7cfc68bd1ae2d8cb443.zip
Notes
Diffstat (limited to 'devel/gnome-build')
-rw-r--r--devel/gnome-build/files/patch-src_backends_libgbf_am_gbf-am-project.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/gnome-build/files/patch-src_backends_libgbf_am_gbf-am-project.c b/devel/gnome-build/files/patch-src_backends_libgbf_am_gbf-am-project.c
index c66ca598f3fb..1e6dc5d950b0 100644
--- a/devel/gnome-build/files/patch-src_backends_libgbf_am_gbf-am-project.c
+++ b/devel/gnome-build/files/patch-src_backends_libgbf_am_gbf-am-project.c
@@ -5,7 +5,7 @@
switch (status) {
case G_IO_STATUS_NORMAL:
- DEBUG (g_message ("wrote %d bytes", bytes_written));
-+ DEBUG (g_message ("wrote %uld bytes", bytes_written));
++ DEBUG (g_message ("wrote %zu bytes", bytes_written));
if (data->input.length < data->input.size) {
/* don't remove the source */