]> git.pld-linux.org Git - packages/net-tools.git/blame - net-tools-manydevs.patch
- strict internal deps, check-files cleanup
[packages/net-tools.git] / net-tools-manydevs.patch
CommitLineData
ea94327f
AM
1--- net-tools/lib/nstrcmp.c.bak Fri Apr 12 00:15:01 2002
2+++ net-tools/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)) {
This page took 0.055942 seconds and 4 git commands to generate.