/[packages]/cauldron/net-tools/current/SOURCES/net-tools-1.60-manydevs.patch
ViewVC logotype

Contents of /cauldron/net-tools/current/SOURCES/net-tools-1.60-manydevs.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 318 - (show annotations) (download)
Fri Jan 7 23:30:25 2011 UTC (13 years, 3 months ago) by tmb
File size: 284 byte(s)
imported package net-tools
1 --- lib/nstrcmp.c.bak Fri Apr 12 00:15:01 2002
2 +++ lib/nstrcmp.c Fri Apr 12 00:15:29 2002
3 @@ -16,8 +16,8 @@
4 b++;
5 }
6 if (isdigit(*a)) {
7 - if (!isdigit(*b))
8 - return -1;
9 + if (!isdigit(*b))
10 + return 1;
11 while (a > astr) {
12 a--;
13 if (!isdigit(*a)) {

  ViewVC Help
Powered by ViewVC 1.1.30