updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / rxvt-unicode-cvs / default-daemon-options.patch
blobc6756550037f389fb4f6d1d169121e1375811f74
1 --- src/rxvtd.C.old 2011-02-21 09:41:02.000000000 +0200
2 +++ src/rxvtd.C 2011-12-04 17:54:03.353447543 +0200
3 @@ -229,9 +229,9 @@
5 ptytty::init ();
7 - static char opt_fork, opt_opendisplay, opt_quiet;
8 + static char opt_fork = 0, opt_opendisplay = 0, opt_quiet = 0;
9 #if ENABLE_MLOCK
10 - static char opt_lock;
11 + static char opt_lock = 0;
12 #endif
14 for (int i = 1; i < argc; i++)