X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=lib%2Fpartmap.c;h=2b70f1d916f6e16e0235687f0f51007aac44f849;hb=580fd9c443c2a4faba5a703d49f366de5d3968c9;hp=baaef9c2129b70fa98ffe76a2c1d0f31a3911f56;hpb=928cb4444d0a7a7e58c7ebd3d4f5b47b85ee4f65;p=libucw.git diff --git a/lib/partmap.c b/lib/partmap.c index baaef9c2..2b70f1d9 100644 --- a/lib/partmap.c +++ b/lib/partmap.c @@ -30,7 +30,7 @@ #endif struct partmap * -partmap_open(byte *name, int writeable) +partmap_open(char *name, int writeable) { struct partmap *p = xmalloc_zero(sizeof(struct partmap));