diff options
| -rw-r--r-- | gl/lib/mbbuf.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gl/lib/mbbuf.h b/gl/lib/mbbuf.h index 292b131c6..135b82f80 100644 --- a/gl/lib/mbbuf.h +++ b/gl/lib/mbbuf.h @@ -97,7 +97,6 @@ mbbuf_get_char (mbbuf_t *mbbuf) { /* Assume the program will emit the byte, but keep the error flag. */ g.ch = mbbuf->buffer[mbbuf->offset++]; - g.len = 1; } return g; } |
