libdrawtext
diff src/drawtext_impl.h @ 100:49feeaf50ae8
merged
author | John Tsiombikas <nuclear@member.fsf.org> |
---|---|
date | Fri, 18 Dec 2015 02:55:35 +0200 |
parents | baec6ad7b2dd |
children |
line diff
1.1 --- a/src/drawtext_impl.h Sat Mar 14 23:25:10 2015 +0200 1.2 +++ b/src/drawtext_impl.h Fri Dec 18 02:55:35 2015 +0200 1.3 @@ -61,7 +61,7 @@ 1.4 1.5 1.6 #define fperror(str) \ 1.7 - fprintf(stderr, "%s: %s: %s\n", __FUNCTION__, (str), strerror(errno)) 1.8 + fprintf(stderr, "%s: %s: %s\n", __func__, (str), strerror(errno)) 1.9 1.10 int dtx_gl_init(void); 1.11