[Xfce4-commits] r26910 - xfconf/trunk/xfconfd

Brian Tarricone kelnos at xfce.org
Thu May 1 05:47:58 CEST 2008


Author: kelnos
Date: 2008-05-01 03:47:58 +0000 (Thu, 01 May 2008)
New Revision: 26910

Modified:
   xfconf/trunk/xfconfd/xfconf-backend.c
Log:
do validate the first char of the channel name


Modified: xfconf/trunk/xfconfd/xfconf-backend.c
===================================================================
--- xfconf/trunk/xfconfd/xfconf-backend.c	2008-04-30 20:52:27 UTC (rev 26909)
+++ xfconf/trunk/xfconfd/xfconf-backend.c	2008-05-01 03:47:58 UTC (rev 26910)
@@ -148,7 +148,6 @@
         return FALSE;
     }
 
-    p++;
     while(*p) {
         if(!(*p >= 'A' && *p <= 'Z') && !(*p >= 'a' && *p <= 'z')
            && !(*p >= '0' && *p <= '9')



More information about the Xfce4-commits mailing list