diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-11-22 22:47:11 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-11-22 22:47:11 +0000 |
commit | c4bcc8cf2840d7c4e0b5424cf7aeaaebc83c373a (patch) | |
tree | 2fdbe1fbb0cb5437b7a5abde0a1cbb93074f3507 /print/libgnomeprint/files/patch-libgnomeprint::gnome-meta.c | |
parent | Squash is a learning ncurses music player written in C. It supports mp3, (diff) |
This patch was, in fact, committed in 2.4.1.
Submitted by: bland
Diffstat (limited to '')
-rw-r--r-- | print/libgnomeprint/files/patch-libgnomeprint::gnome-meta.c | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/print/libgnomeprint/files/patch-libgnomeprint::gnome-meta.c b/print/libgnomeprint/files/patch-libgnomeprint::gnome-meta.c deleted file mode 100644 index 5526dceaa446..000000000000 --- a/print/libgnomeprint/files/patch-libgnomeprint::gnome-meta.c +++ /dev/null @@ -1,10 +0,0 @@ ---- libgnomeprint/gnome-print-meta.c.orig Wed Oct 29 00:53:15 2003 -+++ libgnomeprint/gnome-print-meta.c Wed Oct 29 01:06:23 2003 -@@ -312,6 +312,7 @@ - gpm_encode_int (pc, w); - gpm_encode_int (pc, ch); - -+ gpm_ensure_space(pc, w * ch * h); - for (y = 0; y < h; y++){ - gpm_encode_block (pc, px, w * ch); - px += rowstride; |