From c843d9d7e3d7631b30fe3fc8cf166ea341262a17 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Fri, 28 Mar 2025 19:54:40 +0900 Subject: Replace TRUE/FALSE with boolean values true/false Signed-off-by: Michele Calgaro (cherry picked from commit 54ee84e58edeaf67efb666d8f7d4242a11e89fc6) --- src/watools.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/watools.cpp') diff --git a/src/watools.cpp b/src/watools.cpp index 252c791..9ae5a20 100644 --- a/src/watools.cpp +++ b/src/watools.cpp @@ -97,7 +97,7 @@ int WATools::rxpackets( const char* _ifname ) ///returns number of packets recei ////////////////////// ///// WIRELESS EXTENSIONS CALLS -bool WATools::isWireless( const char* _ifname ) /// returns TRUE if the specified interface supports Wireless Extensions +bool WATools::isWireless( const char* _ifname ) /// returns true if the specified interface supports Wireless Extensions { static iwreq req; memset( &req, 0, sizeof(req) ); -- cgit v1.2.3