diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/sds.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -717,7 +717,6 @@ void sdsIncrLen(sds s, size_t incr) { assert(sh->free >= incr); sh->len += incr; sh->free -= incr; - assert(sh->free >= 0); s[sh->len] = '\0'; } |