Check-in Number:
|
3514 | |
Date: |
2003-Jul-11 15:47:13 (local)
2003-Jul-11 13:47:13 (UTC) |
User: | ms |
Branch: | |
Comment: |
Debug regex. |
Tickets: |
|
Inspections: |
|
Files: |
|
ossp-pkg/rc/rc_const.h 1.37 -> 1.38
--- rc_const.h 2003/07/11 12:01:31 1.37
+++ rc_const.h 2003/07/11 13:47:13 1.38
@@ -157,7 +157,7 @@
#define RC_DEF_ON "1" /* Digital switch */
#define RC_DEF_OFF "0" /* Digital switch */
#define RC_DEF_TMP "/tmp" /* Temporary directory name */
-#define RC_DEF_DEF "(?:^|\\n)%(\\w+)[ \t]*(.*?)\\n(.*?)(?:\\n%|$)" /* Section definition */
+#define RC_DEF_DEF "(?:^|\\n)%(\\w+)[ \\t]*(.*?)\\n(.*?)(?:\\n%|$)" /* Section definition */
#define RC_DEF_NCF "config" /* Config section name */
#define RC_DEF_CMN "common" /* Common section name */
#define RC_DEF_UIG "-u" /* Section user string */
|
|