diff options
| author | Quentin Carbonneaux <[email protected]> | 2016-04-09 14:21:56 -0400 |
|---|---|---|
| committer | Quentin Carbonneaux <[email protected]> | 2016-04-09 14:21:56 -0400 |
| commit | 1e0f18e9086b825d6fc941bf37306ae2823f0341 (patch) | |
| tree | 71b5ebe09b04fa44465fd98a559a6a3541acd8c9 /fold.c | |
| parent | 081360df6a06979852de977a4d4e56f3c4481a81 (diff) | |
add a proper block deletion routine
Diffstat (limited to 'fold.c')
| -rw-r--r-- | fold.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -254,7 +254,7 @@ fold(Fn *fn) d = 1; if (debug['F']) fprintf(stderr, "%s ", b->name); - // blkdel(pb); + blkdel(b); *pb = b->link; continue; } |
