edje: line on log cb shadows line declared on header

SVN revision: 80669
This commit is contained in:
Bruno Dilly 2012-12-11 15:55:13 +00:00
parent 2a0a84b2f1
commit 78f6d52949
1 changed files with 2 additions and 2 deletions

View File

@ -38,7 +38,7 @@ _edje_cc_log_cb(const Eina_Log_Domain *d,
Eina_Log_Level level,
const char *file,
const char *fnc,
int line,
int fline,
const char *fmt,
__UNUSED__ void *data,
va_list args)
@ -70,7 +70,7 @@ _edje_cc_log_cb(const Eina_Log_Domain *d,
putc('\n', stderr);
}
else
eina_log_print_cb_stderr(d, level, file, fnc, line, fmt, NULL, args);
eina_log_print_cb_stderr(d, level, file, fnc, fline, fmt, NULL, args);
}
static void