Code

vcs-svn: rename check_overflow arguments for clarity
[git.git] / test-svn-fe.c
index a0276260eb15f9f7bb7fbafb4447a1cc7c84718d..332a5f711df8f3e3fea3305eb5ecb10de5581033 100644 (file)
@@ -15,7 +15,7 @@ static int apply_delta(int argc, char *argv[])
 {
        struct line_buffer preimage = LINE_BUFFER_INIT;
        struct line_buffer delta = LINE_BUFFER_INIT;
-       struct sliding_view preimage_view = SLIDING_VIEW_INIT(&preimage);
+       struct sliding_view preimage_view = SLIDING_VIEW_INIT(&preimage, -1);
 
        if (argc != 5)
                usage(test_svnfe_usage);