Introduction
Introduction Statistics Contact Development Disclaimer Help
Add reminders for new escape handling for brcon2022. - geomyidae - a small C-ba…
git clone git://git.codemadness.org/geomyidae
Log
Files
Refs
README
LICENSE
---
commit 0731514fdbc13bf83ce43f7dc9ec51a1722577f0
parent 181dc0b57c1702ff23c81392c35653da708759bd
Author: Christoph Lohmann <[email protected]>
Date: Wed, 20 Jul 2022 18:36:50 +0200
Add reminders for new escape handling for brcon2022.
Diffstat:
M ind.c | 3 +++
M index.gph | 1 +
2 files changed, 4 insertions(+), 0 deletions(-)
---
diff --git a/ind.c b/ind.c
@@ -294,6 +294,9 @@ getadv(char *str)
}
free(o);
+ /*
+ * TODO: Add new [| escape handling after brcon2022 discussion.
+ */
if (ret->e != NULL && ret->e[0] != NULL && ret->e[0][0] == '\0…
freeelem(ret);
ret = xcalloc(1, sizeof(Elems));
diff --git a/index.gph b/index.gph
@@ -6,6 +6,7 @@ tcomment
[0|some \| escape and [ special characters ] test|error|server|port]
[9|binary data file|/file.dat|server|port]
[|empty type||server|port]
+[|Escape something
some invalid line
You are viewing proxied material from codemadness.org. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.