http://ftp.nluug.nl/pub/os/Linux/distr/pardusrepo/sources/xscreensaver-5.02.tar.gz
[xscreensaver] / driver / remote.c
index d56d5e9fd20ff2f5f205a2e29f20f22f841d8c42..507da6b73cb9878e8756b37e729c859133b380a5 100644 (file)
@@ -1,5 +1,4 @@
-/* xscreensaver-command, Copyright (c) 1991-1998
- *  by Jamie Zawinski <jwz@jwz.org>
+/* xscreensaver-command, Copyright (c) 1991-2005 Jamie Zawinski <jwz@jwz.org>
  *
  * Permission to use, copy, modify, distribute, and sell this software and its
  * documentation for any purpose is hereby granted without fee, provided that
@@ -201,7 +200,6 @@ send_xscreensaver_command (Display *dpy, Atom command, long arg,
           else
             fprintf (stderr, "%s: %s\n", progname, err);
 
-          if (v) free (v);
           status = -1;
           goto DONE;
        }
@@ -324,7 +322,7 @@ send_xscreensaver_command (Display *dpy, Atom command, long arg,
        abort();
       else if (arg != 0 && command == XA_DEMO)
        {
-         arg1 = 300;   /* version number of the XA_DEMO protocol, */
+         arg1 = 5000;  /* version number of the XA_DEMO protocol, */
          arg2 = arg;   /* since it didn't use to take an argument. */
        }