Display full format name with --fileinfo.

This commit is contained in:
Markus F.X.J. Oberhumer
2006-11-30 23:34:19 +01:00
parent 665dcf221b
commit fa95c3c4a2
7 changed files with 8 additions and 6 deletions
+2 -1
View File
@@ -67,7 +67,8 @@ void Packer::assertPacker()
assert(getVersion() >= 11);
assert(getVersion() <= 14);
assert(strlen(getName()) <= 13);
assert(strlen(getFullName(opt)) <= 26); // "i386-linux.kernel.bvmlinuz"
assert(strlen(getFullName(opt)) <= 26); // "i386-linux.kernel.bvmlinuz"
assert(strlen(getFullName(NULL)) <= 26); // "i386-linux.kernel.bvmlinuz"
if (bele == NULL) fprintf(stderr, "%s\n", getName());
assert(bele != NULL);
#if 1