[packages/screen] fix debian patch

glen glen at pld-linux.org
Thu Jan 19 11:14:18 CET 2017


commit 46910f0d452a325a12e7f9caa7f884db0e22de8e
Author: Elan Ruusamäe <glen at delfi.ee>
Date:   Thu Jan 19 12:13:03 2017 +0200

    fix debian patch

 screen-debian_fixed.patch | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/screen-debian_fixed.patch b/screen-debian_fixed.patch
index f09bb74..f249535 100644
--- a/screen-debian_fixed.patch
+++ b/screen-debian_fixed.patch
@@ -124,7 +124,7 @@
 +	  n = 13;
 +	  len = 34;
 +  }
-+  for (; n < len; n++)
++  for (; n < len; n++) {
      char c = ppp->pw_passwd[n];
 -    if (!(c == '.' || c == '/'  || c == '$' ||
 +    if (!(c == '.' || c == '/' || (len == 34 && c == '$') ||
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/screen.git/commitdiff/46910f0d452a325a12e7f9caa7f884db0e22de8e



More information about the pld-cvs-commit mailing list