mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-26 09:46:09 +00:00
4b7d3030b8
PR: 63497 Approved by: Scott Blachowicz <scott@sabami.seaslug.org> [MAINTAINER]
12 lines
253 B
Plaintext
12 lines
253 B
Plaintext
--- uip/sortm.c-- Thu Mar 18 00:12:19 2004
|
|
+++ uip/sortm.c Thu Mar 18 00:26:50 2004
|
|
@@ -439,8 +439,6 @@
|
|
if(uprf(cp, "re:"))
|
|
cp += 2;
|
|
else {
|
|
- if (isalnum(c))
|
|
- *cp2++ = isupper(c) ? tolower(c) : c;
|
|
break;
|
|
}
|
|
}
|