diff options
| author | Junio C Hamano <gitster@pobox.com> | 2012-07-13 15:37:04 -0700 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2012-07-13 15:37:04 -0700 |
| commit | fde1cc1dc2631080f45ea55ad8e8cc172a9bd4eb (patch) | |
| tree | 43274be59aee36cd9f0ce84e1a43f402dc8ee03f /test-svn-fe.c | |
| parent | Merge branch 'mm/mediawiki-file-attachments' (diff) | |
| parent | vcs-svn: allow 64-bit Prop-Content-Length (diff) | |
| download | git-fde1cc1dc2631080f45ea55ad8e8cc172a9bd4eb.tar.gz git-fde1cc1dc2631080f45ea55ad8e8cc172a9bd4eb.zip | |
Merge branch 'jn/vcs-svn'
vcs-svn updates to clean-up compilation, lift 32-bit limitations, etc.
* jn/vcs-svn:
vcs-svn: allow 64-bit Prop-Content-Length
vcs-svn: suppress a signed/unsigned comparison warning
vcs-svn: suppress a signed/unsigned comparison warning
vcs-svn: suppress signed/unsigned comparison warnings
vcs-svn: use strstr instead of memmem
vcs-svn: use constcmp instead of prefixcmp
vcs-svn: simplify cleanup in apply_one_window
vcs-svn: avoid self-assignment in dummy initialization of pre_off
vcs-svn: drop no-op reset methods
vcs-svn: suppress -Wtype-limits warning
vcs-svn: allow import of > 4GiB files
vcs-svn: rename check_overflow and its arguments for clarity
Diffstat (limited to 'test-svn-fe.c')
| -rw-r--r-- | test-svn-fe.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/test-svn-fe.c b/test-svn-fe.c index 332a5f711d..83633a21e5 100644 --- a/test-svn-fe.c +++ b/test-svn-fe.c @@ -31,9 +31,7 @@ static int apply_delta(int argc, char *argv[]) die_errno("cannot close preimage"); if (buffer_deinit(&delta)) die_errno("cannot close delta"); - buffer_reset(&preimage); strbuf_release(&preimage_view.buf); - buffer_reset(&delta); return 0; } |
