[Positioning] "Null" is a false friend

This commit is contained in:
Matteo Cypriani 2011-05-04 19:20:46 +02:00
parent e067efb42a
commit bd992f28ed
2 changed files with 2 additions and 2 deletions

View File

@ -127,7 +127,7 @@ inline void AccessPoint::set_channel(const unsigned int channel)
* control is done, so you should pass a correct value.
*
* Note that set_channel() is more secure because a wrong channel
* number will cause #frequency to be nullified.
* number will cause #frequency to be set to zero.
*/
inline void AccessPoint::set_frequency(const unsigned long _frequency)
{

View File

@ -83,7 +83,7 @@ void Area::reorder_coordinates()
}
// First point is South-West
// (or other cases such as null coordinates)
// (or other cases such as coordinates equal to zero)
else
{
// We swap nothing