forked from Lainports/freebsd-ports
Details: Update to what seems to be the latest generally accepted upstream release (judging by what major Linux distributions have been including in the recent past and what consumers of the lib are using.) PR: 212785 Submitted by: wulf (patch set for the port) Reported by: rkoberman@gmail.com
11 lines
443 B
C
11 lines
443 B
C
--- src/mp4util.h.orig 2019-08-25 16:36:29 UTC
|
|
+++ src/mp4util.h
|
|
@@ -33,7 +33,7 @@ namespace mp4v2 { namespace impl {
|
|
#ifndef ASSERT
|
|
# define ASSERT(expr) \
|
|
if (!(expr)) { \
|
|
- throw new Exception("assert failure: "LIBMPV42_STRINGIFY((expr)), __FILE__, __LINE__, __FUNCTION__ ); \
|
|
+ throw new Exception("assert failure: " LIBMPV42_STRINGIFY((expr)), __FILE__, __LINE__, __FUNCTION__ ); \
|
|
}
|
|
#endif
|
|
|