1
0
mirror of https://github.com/rofafor/vdr-plugin-satip.git synced 2023-10-10 13:37:42 +02:00

Merge pull request #18 from e-tobi/master

C++11 requires a mandatory space when concatenating string literals
This commit is contained in:
Rolf Ahrenberg 2016-01-30 21:43:42 +02:00
commit 23e2b4d54d

View File

@ -52,7 +52,7 @@
do { \
if (exp) { \
char tmp[64]; \
esyslog("[%s,%d]: "errstr": %s", __FILE__, __LINE__, \
esyslog("[%s,%d]: " errstr ": %s", __FILE__, __LINE__, \
strerror_r(errno, tmp, sizeof(tmp))); \
func; \
ret; \