]> git.pld-linux.org Git - packages/vte.git/blob - vte-sigsegv.patch
- fixes sigsegv of gnome-terminal on quit (patch from bugzilla.gnome.org)
[packages/vte.git] / vte-sigsegv.patch
1 --- vte-0.11.0.orig/src/vte.c   2003-03-07 18:51:21.000000000 +0100
2 +++ vte-0.11.0/src/vte.c        2003-04-04 01:34:24.000000000 +0200
3 @@ -7437,7 +7437,7 @@
4                 }
5  #endif
6                 vte_terminal_process_incoming(terminal);
7 -       } else {
8 +       } else if (_vte_buffer_length(terminal->pvt->incoming) > 0) {
9                 /* Wait no more than N milliseconds for more data.  We don't
10                  * touch the timeout if we're already slated to call it again
11                  * because if the output were carefully timed, we could
This page took 0.026727 seconds and 3 git commands to generate.