This commit is contained in:
Vitor Santos Costa
2018-06-14 11:27:43 +01:00
parent 59534a04f6
commit d2024c1aed
23 changed files with 1156 additions and 1125 deletions

View File

@@ -213,7 +213,7 @@ typedef struct stream_desc {
// useful in memory streams
char *nbuf;
size_t nsize;
union {
struct {
struct {
#define PLGETC_BUF_SIZE 4096
unsigned char *buf, *ptr;