12 lines
491 B
Diff
12 lines
491 B
Diff
diff -Nur screen-4.0.2.orig/process.c screen-4.0.2/process.c
|
|
--- screen-4.0.2.orig/process.c 2003-09-18 14:53:54.000000000 +0200
|
|
+++ screen-4.0.2/process.c 2005-07-06 19:55:08.370772955 +0200
|
|
@@ -4841,7 +4841,7 @@
|
|
s = buf;
|
|
for (display = displays; display; display = display->d_next)
|
|
{
|
|
- if (D_user == olddisplay->d_user)
|
|
+ if (olddisplay && D_user == olddisplay->d_user)
|
|
continue;
|
|
for (cv = D_cvlist; cv; cv = cv->c_next)
|
|
if (Layer2Window(cv->c_layer) == p)
|