aboutsummaryrefslogtreecommitdiff
path: root/multimedia/mp4v2/files/patch-src_mp4util.h
blob: 13114eb8da71abcc8a78e264159ae652b20c46a8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- 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