http://ftp.x.org/contrib/applications/xscreensaver-2.16.tar.gz
[xscreensaver] / utils / resources.c
index 827482319cf500ea7a8451354f49d79347f6e567..d13fb820e3b2764f0c28475ee53cc5d65629a7e8 100644 (file)
@@ -1,4 +1,5 @@
-/* xscreensaver, Copyright (c) 1992, 1997 Jamie Zawinski <jwz@netscape.com>
+/* xscreensaver, Copyright (c) 1992, 1997, 1998
+ *  Jamie Zawinski <jwz@netscape.com>
  *
  * Permission to use, copy, modify, distribute, and sell this software and its
  * documentation for any purpose is hereby granted without fee, provided that
@@ -125,6 +126,8 @@ get_pixel_resource (char *res_name, char *res_class,
   for (s2 = s + strlen(s) - 1; s2 > s; s2--)
     if (*s2 == ' ' || *s2 == '\t')
       *s2 = 0;
+    else
+      break;
 
   if (! XParseColor (dpy, cmap, s, &color))
     {