commit | 0743aa5a6f66e51df71e9579202915e09bfa19c4 | [log] [tgz] |
---|---|---|
author | Anderson Lizardo <anderson.lizardo@openbossa.org> | Tue May 21 09:06:43 2013 -0400 |
committer | Johan Hedberg <johan.hedberg@intel.com> | Thu Jun 13 17:24:20 2013 +0300 |
tree | f9a5c25e54fdafba4d5d054c37299a516466079a | |
parent | cf00b35d294ca0c7e4f7866587daea9177dc0523 [diff] |
plugins: Use open()/read() instead of fopen()/fread() on autopair open()/read() is more common on BlueZ code. Incidentally, get rid of this compilation error (using gcc 4.6.3): plugins/autopair.c: In function ‘autopair_init’: plugins/autopair.c:154:8: error: ignoring return value of ‘fread’, declared with attribute warn_unused_result [-Werror=unused-result]