- MFB: addDir returns true

This commit is contained in:
Pierre Joye 2006-12-10 03:10:55 +00:00
parent 80ecfc354e
commit 216631e809

View File

@ -961,6 +961,7 @@ static ZIPARCHIVE_METHOD(addEmptyDir)
if (zip_add_dir(intern, (const char *)dirname) < 0) {
RETURN_FALSE;
}
RETURN_TRUE;
}
/* }}} */