diff options
Diffstat (limited to 'src/httrack-library.h')
-rw-r--r-- | src/httrack-library.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/httrack-library.h b/src/httrack-library.h index 6d65cd7..21ff79c 100644 --- a/src/httrack-library.h +++ b/src/httrack-library.h @@ -309,7 +309,7 @@ typedef struct utimbuf STRUCT_UTIMBUF; /** Macro aimed to break at compile-time if a size is not a sizeof() strictly * greater than sizeof(char*). **/ #undef RUNTIME_TIME_CHECK_SIZE -#define RUNTIME_TIME_CHECK_SIZE(A) assert((A) != sizeof(void*)) +#define RUNTIME_TIME_CHECK_SIZE(A) assertf((A) != sizeof(void*)) #define fconv(A,B,C) (COMPILE_TIME_CHECK_SIZE(B), fconv(A,B,C)) #define concat(A,B,C,D) (COMPILE_TIME_CHECK_SIZE(B), concat(A,B,C,D)) |