pipelka / vdr-plugin-robotv

VDR server plugin for roboTV
GNU General Public License v2.0
9 stars 9 forks source link

Use posix-compatible %m[...] instead of obsolete %a[...] #7

Closed seahawk1986 closed 4 years ago

seahawk1986 commented 4 years ago

Using %a[...] in Combination with -D_GNU_SOURCE is only possible for C89 and C++ < C++11 after this change in glibc: https://gitlab.com/freedesktop-sdk/mirrors/sourceware/glibc/-/commit/03992356e6fedc5a5e9d32df96c1a2c79ea28a8f

For the vdr itself this was changed back in version 2.1.3: https://projects.vdr-developer.org/git/vdr.git/tree/HISTORY#n8115

pipelka commented 4 years ago

Thanks.