mirror of the now-defunct rocklinux.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
348 B

  1. --- ./src/window.c.orig 2003-05-16 22:06:26.000000000 +0200
  2. +++ ./src/window.c 2005-10-19 03:49:46.000000000 +0200
  3. @@ -62,7 +62,8 @@
  4. static char *CS, *SF, *SR, *VB, *BL;
  5. static char *VE, *VI, *KS, *KE;
  6. static char *CD, *CL, *IC, *DC;
  7. -static char *BC, *CR, *NL;
  8. +char *BC;
  9. +static char *CR, *NL;
  10. #if ST_LINE
  11. static char *TS, *FS, *DS;
  12. #endif