]> git.pld-linux.org Git - packages/vte.git/commitdiff
- fixes sigsegv of gnome-terminal on quit (patch from bugzilla.gnome.org)
authorgrzegol <grzegol@pld-linux.org>
Sun, 6 Apr 2003 13:59:14 +0000 (13:59 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    vte-sigsegv.patch -> 1.1

vte-sigsegv.patch [new file with mode: 0644]

diff --git a/vte-sigsegv.patch b/vte-sigsegv.patch
new file mode 100644 (file)
index 0000000..dbb221a
--- /dev/null
@@ -0,0 +1,11 @@
+--- vte-0.11.0.orig/src/vte.c  2003-03-07 18:51:21.000000000 +0100
++++ vte-0.11.0/src/vte.c       2003-04-04 01:34:24.000000000 +0200
+@@ -7437,7 +7437,7 @@
+               }
+ #endif
+               vte_terminal_process_incoming(terminal);
+-      } else {
++      } else if (_vte_buffer_length(terminal->pvt->incoming) > 0) {
+               /* Wait no more than N milliseconds for more data.  We don't
+                * touch the timeout if we're already slated to call it again
+                * because if the output were carefully timed, we could
This page took 0.256796 seconds and 4 git commands to generate.