bareos: master 749c9ce4

Author Committer Branch Timestamp Parent
mvwieringen mvwieringen master 2015-12-21 19:37 master ccd5008b Pending
Changeset stored: Replace __func__ with __PRETTY_FUNCTION__

__PRETTY_FUNCTION__ contains the type signature of the function as
well as its bare name in g++ we use it elsewhere and its defined to
__func__ when compiled by non GCC/G++ compilers.
mod - src/stored/record.c Diff File