diff --git a/libclamav/udf.c b/libclamav/udf.c index 53a3878e1c..7e8e674c72 100644 --- a/libclamav/udf.c +++ b/libclamav/udf.c @@ -150,30 +150,6 @@ static cl_error_t extractFile(cli_ctx *ctx, PartitionDescriptor *pPartitionDescr goto done; } - { - int andy; - fprintf(stderr, "%s::%d::", __FUNCTION__, __LINE__); - for (andy = fileIdentifierDescriptor->implementationLength; andy < fileIdentifierDescriptor->fileIdentifierLength; andy++){ - fprintf(stderr, "%02x ", fileIdentifierDescriptor->rest[andy]); - } - fprintf(stderr, "\n"); - - - fprintf(stderr, "%s::%d::", __FUNCTION__, __LINE__); - for (andy = fileIdentifierDescriptor->implementationLength; andy < fileIdentifierDescriptor->fileIdentifierLength; andy++){ - fprintf(stderr, "%c ", fileIdentifierDescriptor->rest[andy]); - } - fprintf(stderr, "\n"); - - fprintf(stderr, "%s::%d::charspec format\n", __FUNCTION__, __LINE__); - - - } - - - - fprintf(stderr, "%s::%d::Fix 'test'\n", __FUNCTION__, __LINE__); - ret = writeWholeFile(ctx, "Test", contents, length); fmap_unneed_off(ctx->fmap, offset, length);