1
0
Fork 0
mirror of https://git.freebsd.org/ports.git synced 2025-07-16 00:39:15 -04:00
ports/audio/streamripper/files/patch-lib_parse.c
Florent Thoumie 41d327e134 - Un-IGNORE by adding local patch.
PR:		ports/78936
Submitted by:	Reinhard Lenninger <reinhard.lenninger@web.de>
2005-04-11 20:19:40 +00:00

20 lines
367 B
C

--- lib/parse.c.orig
+++ lib/parse.c
@@ -68,14 +68,14 @@
PARSERULE_ICASE,
0, 0, 0, 0,
0,
- "[[:space:]]*-?[[:space:]]*mp3pro$",
+ " *-? *mp3pro$",
""
},
{ PARSERULE_CMD_MATCH,
PARSERULE_ICASE,
1, 2, 0, 0,
- 0,
- "^[[:space:]]*([^-]*?)[[:space:]]*-[[:space:]]*(.*?)[[:space:]]*$",
+ 0,
+ "^ *([^-]*)? *- *(.*) *$",
""
},
{ 0x00,