strings are stored as length+text and NULL byte is not a terminator

This commit is contained in:
krangelov
2021-07-30 13:45:22 +02:00
parent a8b3537184
commit 17629e4821
6 changed files with 44 additions and 6 deletions

View File

@@ -10,6 +10,8 @@ pgfinclude_HEADERS = \
libpgf_la_SOURCES = \
db.cxx \
db.h \
text.cxx \
text.h \
pgf.cxx \
reader.cxx \
reader.h \