diff options
author | Jeremy Huddleston <eradicator@gentoo.org> | 2004-04-03 23:52:26 +0000 |
---|---|---|
committer | Jeremy Huddleston <eradicator@gentoo.org> | 2004-04-03 23:52:26 +0000 |
commit | 8d37487cb8f8791025af374fe062886204e9cd9b (patch) | |
tree | 72ffc55f92e797026e2f7782718af2859fd0b93f /media-sound/grip/files | |
parent | stable on ppc (Manifest recommit) (diff) | |
download | gentoo-2-8d37487cb8f8791025af374fe062886204e9cd9b.tar.gz gentoo-2-8d37487cb8f8791025af374fe062886204e9cd9b.tar.bz2 gentoo-2-8d37487cb8f8791025af374fe062886204e9cd9b.zip |
Readding the amd64 fix for the new version.
Diffstat (limited to 'media-sound/grip/files')
-rw-r--r-- | media-sound/grip/files/grip-3.1.9-statuscheck-lp64.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/media-sound/grip/files/grip-3.1.9-statuscheck-lp64.patch b/media-sound/grip/files/grip-3.1.9-statuscheck-lp64.patch new file mode 100644 index 000000000000..4586408a4f79 --- /dev/null +++ b/media-sound/grip/files/grip-3.1.9-statuscheck-lp64.patch @@ -0,0 +1,11 @@ +--- grip-3.1.9-orig/src/status_window.c 2004-03-31 04:29:50.000000000 +0200 ++++ grip-3.1.9/src/status_window.c 2004-04-04 00:17:15.664086496 +0200 +@@ -83,7 +83,7 @@ + void StatusWindowWrite(StatusWindow *sw,char *msg) + { + char *buf, *locale_msg=NULL; +- int len; ++ gsize len; + int pos=0; + + /* gtk_widget_queue_resize(sw->term_widget);*/ |