FreeBSD Bugzilla – Attachment 21465 Details for
Bug 37619
[patch] many xerces-c port problems, builds unlinkable .so file
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 713 bytes, created by
Gregory Bond
on 2002-05-01 07:10:01 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Gregory Bond
Created:
2002-05-01 07:10:01 UTC
Size:
713 bytes
patch
obsolete
>--- src/util/XMLString.cpp.orig Fri Dec 7 20:45:26 2001 >+++ src/util/XMLString.cpp Wed May 1 15:57:46 2002 >@@ -254,7 +254,7 @@ > > int XMLString::compareIString(const char* const str1, const char* const str2) > { >- return stricmp(str1, str2); >+ return strcasecmp(str1, str2); > } > > >@@ -277,7 +277,7 @@ > if (!count) > return 0; > >- return strnicmp(str1, str2, count); >+ return strncasecmp(str1, str2, count); > } > > >@@ -514,7 +514,7 @@ > bool XMLString::startsWithI(const char* const toTest > , const char* const prefix) > { >- return (strnicmp(toTest, prefix, strlen(prefix)) == 0); >+ return (strncasecmp(toTest, prefix, strlen(prefix)) == 0); > } > > >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 37619
:
21463
|
21464
| 21465