Fix getToOutputStream to call with the right number of parameters

git-svn-id: svn://10.0.0.236/trunk@167176 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
dmose%mozilla.org
2005-01-02 03:11:21 +00:00
parent 8031dda8fb
commit 77f2787430

View File

@@ -243,7 +243,7 @@ function GET(url, filename)
buffered.init(outstream, 64 * 1024);
davSvc.getToOutputStream(new Resource(url), buffered,
new OperationListener());
new OperationListener(), null);
runEventPump();
}