diff options
Diffstat (limited to 'src/state.c')
-rw-r--r-- | src/state.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/state.c b/src/state.c index 71e2146..a9b4b2e 100644 --- a/src/state.c +++ b/src/state.c @@ -286,7 +286,6 @@ size_t state_unmarshal(const void* restrict buf) if (*(bs + off)) { - off += 1; n = strlen(bs + off) + 1; if (!(argv0_real = memdup(bs + off, n))) return 0; |