- Timestamp:
- 2015-01-17T20:00:49Z (10 years ago)
- Branches:
- master
- Children:
- eb4ad8d
- Parents:
- bc7a0d4 (diff), 6b13103 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
dcc.c
rbc7a0d4 r1065dd4 18 18 You should have received a copy of the GNU General Public License with 19 19 the Debian GNU/Linux distribution in /usr/share/common-licenses/GPL; 20 if not, write to the Free Software Foundation, Inc., 5 9 Temple Place,21 Suite 330, Boston, MA 02111-1307USA20 if not, write to the Free Software Foundation, Inc., 51 Franklin St., 21 Fifth Floor, Boston, MA 02110-1301 USA 22 22 */ 23 23 … … 523 523 524 524 host = ctcp[3]; 525 while( *host && isdigit( *host ) ) host++; /* Just digits? */525 while( *host && g_ascii_isdigit( *host ) ) host++; /* Just digits? */ 526 526 if( *host == '\0' ) 527 527 {
Note: See TracChangeset
for help on using the changeset viewer.