diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2013-12-28 11:37:42 +0100 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2013-12-28 11:37:42 +0100 |
commit | 6a8a2cf5fb78a244db19a2b49da98e0d1d2d91a0 (patch) | |
tree | 1c4295c11bbee8a48638baeb617a1166faef42d6 /HISTORY | |
parent | c949ad35cc83462e47fc61d5bee43fc9446bee02 (diff) | |
download | vdr-6a8a2cf5fb78a244db19a2b49da98e0d1d2d91a0.tar.gz vdr-6a8a2cf5fb78a244db19a2b49da98e0d1d2d91a0.tar.bz2 |
Changed '%a' to the POSIX compliant '%m' in all scanf() calls
Diffstat (limited to 'HISTORY')
-rw-r--r-- | HISTORY | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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ä). +- Changed '%a' to the POSIX compliant '%m' in all scanf() calls (thanks to Ville + Skyttä). |