Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 207614 Details for
Bug 289819
dev-util/omake-0.9.8.5: needs patching
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Applies bug fixes from omake SVN
lm_printf--patch.diff (text/plain), 794 bytes, created by
Barry Schwartz
on 2009-10-19 23:41:21 UTC
(
hide
)
Description:
Applies bug fixes from omake SVN
Filename:
MIME Type:
Creator:
Barry Schwartz
Created:
2009-10-19 23:41:21 UTC
Size:
794 bytes
patch
obsolete
>--- omake-0.9.8.5/src/libmojave-external/cutil/lm_printf.c 2007-07-15 17:55:23.000000000 +0000 >+++ 0.9.8.x/src/libmojave-external/cutil/lm_printf.c 2009-10-19 21:24:26.264561909 +0000 >@@ -142,12 +142,12 @@ > #endif > if(code < 0) { > if(bufp != buffer) >- free(buffer); >+ free(bufp); > failwith("ml_print_string"); > } > v_result = copy_string(bufp); > if(bufp != buffer) >- free(buffer); >+ free(bufp); > return v_result; > } > >@@ -190,12 +190,12 @@ > #endif > if(code < 0) { > if(bufp != buffer) >- free(buffer); >+ free(bufp); > failwith("ml_print_string"); > } > v_result = copy_string(bufp); > if(bufp != buffer) >- free(buffer); >+ free(bufp); > return v_result; > } >
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 289819
:
207613
| 207614