Update of /cvsroot/alsa/alsa-driver/utils In directory sc8-pr-cvs1:/tmp/cvs-serv30877
Modified Files: convert_isapnp_ids Log Message: Fixed POSIX regex semantics Index: convert_isapnp_ids =================================================================== RCS file: /cvsroot/alsa/alsa-driver/utils/convert_isapnp_ids,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- convert_isapnp_ids 12 Sep 2003 10:25:51 -0000 1.6 +++ convert_isapnp_ids 29 Sep 2003 07:15:13 -0000 1.7 @@ -81,7 +81,7 @@ print "\t{ ISAPNP_CARD_END, }" } else { if (match($0, "^# [0-9]+") == 0) { - if (match($0, "{.*}")) { + if (match($0, "\{.*\}")) { dataline($0) } else { print $0 ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ Alsa-cvslog mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/alsa-cvslog