Explorar o código

* Adjust download buffer size. Fixes issue #41342

Michaël Van Canneyt hai 1 mes
pai
achega
fad1fbc584
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      packages/fppkg/src/pkgwget.pp

+ 1 - 1
packages/fppkg/src/pkgwget.pp

@@ -65,7 +65,7 @@ end;
 function TWGetDownloader.WGetDownload(Const URL: String; Dest: TStream): Boolean;
 
 Var
-  Buffer : Array[0..4096] of byte;
+  Buffer : Array[0..4095] of byte;
   Count : Integer;
 
 begin