Changed '%a' to the POSIX compliant '%m' in all scanf() calls

This commit is contained in:
Klaus Schmidinger
2013-12-28 11:37:42 +01:00
parent c949ad35cc
commit 6a8a2cf5fb
7 changed files with 17 additions and 14 deletions

View File

@@ -8032,7 +8032,7 @@ Video Disk Recorder Revision History
the last replayed recording (if any) by pressing Ok repeatedly in the Recordings
menu.
2013-12-25: Version 2.1.3
2013-12-28: Version 2.1.3
- Changed the return value of cPositioner::HorizonLongitude() to 0 in case the
latitude of the antenna location is beyond +/-81 degrees.
@@ -8087,3 +8087,5 @@ Video Disk Recorder Revision History
- Added a note to ePlayMode in device.h that VDR itself always uses pmAudioVideo when
replaying a recording (suggested by Thomas Reufer).
- Fixed some spellings in positioner.h and Doxyfile (thanks to Ville Skytt<74>).
- Changed '%a' to the POSIX compliant '%m' in all scanf() calls (thanks to Ville
Skytt<74>).