ossp-pkg/rc/rc_const.h 1.11 -> 1.12
--- rc_const.h 2002/08/01 08:09:04 1.11
+++ rc_const.h 2002/08/01 13:25:32 1.12
@@ -123,7 +123,7 @@
/* Default values, do not include newlines and special chars must be escaped */
#define RC_DEF_ON "1" /* Digital switch */
#define RC_DEF_OFF "0" /* Digital switch */
-#define RC_DEF_DEF "^%(\\w+).*?\\n(.*?)^$" /* Section definition */
+#define RC_DEF_DEF "^%(\\w+)[ \t]*(.*?)\\n(.*?)^$" /* Section definition */
#define RC_DEF_NCF "config" /* Config section name */
#endif /* __OSSPRC_CONST_H__ */
|
|