Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • dcc.c

    rb6bd99c r6b13103  
    1818  You should have received a copy of the GNU General Public License with
    1919  the Debian GNU/Linux distribution in /usr/share/common-licenses/GPL;
    20   if not, write to the Free Software Foundation, Inc., 59 Temple Place,
    21   Suite 330, Boston, MA  02111-1307  USA
     20  if not, write to the Free Software Foundation, Inc., 51 Franklin St.,
     21  Fifth Floor, Boston, MA  02110-1301  USA
    2222*/
    2323
     
    523523               
    524524                host = ctcp[3];
    525                 while( *host && isdigit( *host ) ) host++; /* Just digits? */
     525                while( *host && g_ascii_isdigit( *host ) ) host++; /* Just digits? */
    526526                if( *host == '\0' )
    527527                {
Note: See TracChangeset for help on using the changeset viewer.