The Samba-Bugzilla – Attachment 1045 Details for
Bug 2480
lib/util_str.c: "return" expression type
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
add (char *) typecast to return
bug2480.patch (text/plain), 331 bytes, created by
Jason Mader (mail bounces back)
on 2005-03-18 10:42:51 UTC
(
hide
)
Description:
add (char *) typecast to return
Filename:
MIME Type:
Creator:
Jason Mader (mail bounces back)
Created:
2005-03-18 10:42:51 UTC
Size:
331 bytes
patch
obsolete
>Index: lib/util_str.c >=================================================================== >--- lib/util_str.c (revision 5865) >+++ lib/util_str.c (working copy) >@@ -1334,7 +1334,7 @@ > > /* for correctness */ > if (!findstr[0]) { >- return src; >+ return (char *)src; > } > > /* Samba does single character findstr calls a *lot*. */
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 Raw
Actions:
View
Attachments on
bug 2480
: 1045