[srm-cvs] CVS Update: - Please people who use numbers and dots in their directory names.

From: <d.rethans[@]jdimedia.nl>
Date: Wed Nov 27 2002 - 14:08:42 CET

Date: Wed Nov 27 14:08:41 CET 2002
User: Derick Rethans
Directory: srm/main/src

Log Message:
 [0.25]
 - Please people who use numbers and dots in their directory names.
 
Modified files:
           srm/main/src/srm_ini_scanner.l (version: 1.10)

[FILE: /srm/main/src/srm_ini_scanner.l]

--- srm/main/src/srm_ini_scanner.l:1.9 Wed Feb 06 17:14:19 2002 GMT
+++ srm/main/src/srm_ini_scanner.l Wed Nov 27 12:08:40 2002 GMT
@@ -1,5 +1,5 @@
 %{
-/* $Id: cvstemp,v 1.9 2002/02/06 18:14:19 derick Exp $ */
+/* $Id: cvstemp,v 1.10 2002/11/27 13:08:40 derick Exp $ */
 
 /* The contents of this file are subject to the Vulcan Logic Public
  * License Version 1.1 (the "License"); you may not use this file
@@ -41,7 +41,7 @@
 "path" { return T_PATH; }
 "load" { return T_LOAD; }
 
-\"\/([A-Za-z_-]+\/)+\" {
+\"\/([A-Za-z0-9._-]+\/)+\" {
                                 srm_ini_lval.sval = calloc (strlen(yytext) - 1, 1);
                                 memcpy (srm_ini_lval.sval, &yytext[1], strlen(yytext) - 2);
                                 return DIR;
Received on Wed Nov 27 13:55:49 2002

This archive was generated by hypermail 2.1.8 : Tue Jan 06 2009 - 10:00:03 CET