Windows: Fix docker/master daemon compile again

Signed-off-by: John Howard <jhoward@microsoft.com>
This commit is contained in:
John Howard 2015-08-04 19:32:05 -07:00
parent 7374852be9
commit 67e670b79f
1 changed files with 1 additions and 1 deletions

View File

@ -120,7 +120,7 @@ func (graph *Graph) storeImage(img *image.Image, layerData archive.ArchiveReader
}
}
if err := graph.saveSize(root, int(img.Size)); err != nil {
if err := graph.saveSize(root, img.Size); err != nil {
return err
}