bugfix: handle "\r" (2)
This commit is contained in:
@@ -81,7 +81,7 @@ NR == FNR {
|
|||||||
readdesc = 1
|
readdesc = 1
|
||||||
next
|
next
|
||||||
}
|
}
|
||||||
|
{ gsub("\r", "") }
|
||||||
/^END:VEVENT$/ {
|
/^END:VEVENT$/ {
|
||||||
seq = seq ? seq + 1 : 1
|
seq = seq ? seq + 1 : 1
|
||||||
print "SEQUENCE:" seq
|
print "SEQUENCE:" seq
|
||||||
|
|||||||
Reference in New Issue
Block a user