]> git.pld-linux.org Git - packages/urxvt.git/blob - rxvt-utmp98-2.patch
- massive change ( validate errors warrings from desktop-file-validate)
[packages/urxvt.git] / rxvt-utmp98-2.patch
1 --- rxvt-2.7.6/src/init.c.utmp  Tue May 29 12:35:47 2001
2 +++ rxvt-2.7.6/src/init.c       Tue May 29 12:36:20 2001
3 @@ -615,6 +615,7 @@
4         rxvt_print_error("aborting");
5         exit(EXIT_FAILURE);
6      }
7 +    rxvt_privileged_utmp(r, SAVE);
8  }
9  
10  /*----------------------------------------------------------------------*/
11 @@ -1120,7 +1121,6 @@
12  #endif
13      r->num_fds++;              /* counts from 0 */
14  
15 -    rxvt_privileged_utmp(r, SAVE);
16      return cfd;
17  }
18  
This page took 0.028317 seconds and 3 git commands to generate.