Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 101465 Details for
Bug 152060
dev-scheme/guile-pg-0.15 fails to compile
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch which fixing problem
lvalue-cast-fix.patch (text/plain), 700 bytes, created by
Roman Lobus
on 2006-11-08 06:18:54 UTC
(
hide
)
Description:
Patch which fixing problem
Filename:
MIME Type:
Creator:
Roman Lobus
Created:
2006-11-08 06:18:54 UTC
Size:
700 bytes
patch
obsolete
>--- libpostgres_lo.c.orig 2003-01-15 21:17:18.000000000 +0200 >+++ libpostgres_lo.c 2006-11-08 16:11:54.000000000 +0200 >@@ -221,10 +221,12 @@ > pt->read_buf = malloc (LOB_BUFLEN); > if (pt->read_buf == NULL) > scm_memory_error (s_lob_mklobport); >- pt->read_pos = pt->read_end = pt->read_buf; >+ pt->read_pos = pt->read_end = &pt->shortbuf; >+ pt->read_buf = ((unsigned char *) pt->read_pos); > pt->read_buf_size = LOB_BUFLEN; > } else { >- pt->read_buf = ((unsigned char *) pt->read_pos) = pt->read_end = &pt->shortbuf; >+ pt->read_end = &pt->shortbuf; >+ pt->read_buf = ((unsigned char *) pt->read_pos); > pt->read_buf_size = 1; > } > if (SCM_OUTPUT_PORT_P (port)) {
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 152060
: 101465 |
101466