[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. * control is done, so you should pass a correct value.
* *
* Note that set_channel() is more secure because a wrong channel * 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) inline void AccessPoint::set_frequency(const unsigned long _frequency)
{ {

View File

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