aboutsummaryrefslogtreecommitdiff
path: root/src/parse.c
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2019-11-01 21:10:06 +0100
committerHugo Hörnquist <hugo@lysator.liu.se>2019-11-01 21:10:06 +0100
commit04b31c9b820e6756043a87027458c0b8d0546d7b (patch)
tree957539735c36ba3cfd687e24863f4e614b0ef50c /src/parse.c
parentStart work on ical output. (diff)
downloadcalp-04b31c9b820e6756043a87027458c0b8d0546d7b.tar.gz
calp-04b31c9b820e6756043a87027458c0b8d0546d7b.tar.xz
Start port of parse to scheme.
Diffstat (limited to 'src/parse.c')
-rw-r--r--src/parse.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/parse.c b/src/parse.c
index 586a43b4..3edbd874 100644
--- a/src/parse.c
+++ b/src/parse.c
@@ -18,7 +18,7 @@
BEGIN → key -------------------------------→ ':' → value → CRLF -+-→ EOF
| ^
v |
- ';' → param-key → ':' → param-value --+
+ ';' → param-key → '=' → param-value --+
^ |
+------------------------------------+