block: do not use pass uninitialized data to ReadFile()
commitc41af569b2d64be974cf06725c695566429f2089
authorSteve Lhomme <robUx4@videolabs.io>
Wed, 5 Apr 2017 12:55:10 +0000 (5 14:55 +0200)
committerJean-Baptiste Kempf <jb@videolan.org>
Fri, 7 Apr 2017 12:28:04 +0000 (7 14:28 +0200)
tree2cfd3099b33e77fb29f3e268ab95e985479b9222
parentb637d46b8254e526163f534c837a1fca20abc77d
block: do not use pass uninitialized data to ReadFile()

All the others fields were uninitialized causing ReadFile() to fail.

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
src/misc/block.c