Ticket #463 (closed defect: fixed)
vformat.c parser can't handle backslashes in vcards
| Reported by: | cstender | Owned by: | abauer |
|---|---|---|---|
| Priority: | high | Milestone: | 0.22 |
| Component: | OpenSync | Version: | 0.21 |
| Severity: | critical | Keywords: | |
| Cc: |
Description
vformat.c can't handle backslashes in vcards, e.g.
SOUND;VALUE=URL:\MM\music\play.mp3M
while parsing you get a warning ("invalid escape, passing it trough. escaped char was 77"). The parser will add
M instead of \M.
Change History
Note: See
TracTickets for help on using
tickets.

Commit r1849 fixed this bug. Thanks pmarat.