4cb8258 gfs2_edit savemeta: Use size_t for saved structure lengths

Authored and Committed by andyp 6 years ago
    gfs2_edit savemeta: Use size_t for saved structure lengths
    
    Although the value range can fit in an int it's better to use an
    unsigned type consistent with sizeof and memcpy.
    
    Signed-off-by: Andrew Price <anprice@redhat.com>
    
        
file modified
+4 -4