diff options
Diffstat (limited to 'src/file_asf.c')
-rw-r--r-- | src/file_asf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/file_asf.c b/src/file_asf.c index 5dcb578..b7a9350 100644 --- a/src/file_asf.c +++ b/src/file_asf.c @@ -112,7 +112,7 @@ static int header_check_asf(const unsigned char *buffer, const unsigned int buff }; if(object_size < 0x18) { -#ifndef __FRAMAC__ +#ifndef DISABLED_FOR_FRAMAC log_info("header_check_asf object_size too small %llu\n", (long long unsigned)object_size); #endif return 0; |