diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-10-26 06:34:39 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-10-26 06:34:39 +0000 |
commit | 2cd188aa0042e562fd830c923ffadd63c9a971e6 (patch) | |
tree | 696608cceaca2367a46e64adfde97361dff9647e /devel/gnomebuild | |
parent | 34503108018460e53f2f9a96da647a91db3509f3 (diff) |
Notes
Diffstat (limited to 'devel/gnomebuild')
-rw-r--r-- | devel/gnomebuild/files/patch-src_backends_libgbf_am_gbf-am-project.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/gnomebuild/files/patch-src_backends_libgbf_am_gbf-am-project.c b/devel/gnomebuild/files/patch-src_backends_libgbf_am_gbf-am-project.c new file mode 100644 index 000000000000..c66ca598f3fb --- /dev/null +++ b/devel/gnomebuild/files/patch-src_backends_libgbf_am_gbf-am-project.c @@ -0,0 +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 +@@ -1750,7 +1750,7 @@ + + switch (status) { + case G_IO_STATUS_NORMAL: +- DEBUG (g_message ("wrote %d bytes", bytes_written)); ++ DEBUG (g_message ("wrote %uld bytes", bytes_written)); + + if (data->input.length < data->input.size) { + /* don't remove the source */ |