Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 921326 Details for
Bug 947213
sci-chemistry/vmd-1.9.4_alpha57-r3 fails to build because of API changes in x11-libs/fltk-1.4.1
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Change NULL to "" in the value function call
vmd-1.9.4a57-FLTK-NULL.patch (text/plain), 381 bytes, created by
nanikata15
on 2025-03-20 06:43:31 UTC
(
hide
)
Description:
Change NULL to "" in the value function call
Filename:
MIME Type:
Creator:
nanikata15
Created:
2025-03-20 06:43:31 UTC
Size:
381 bytes
patch
obsolete
>--- a/vmd-1.9.4a57/src/SelectionBuilder.C 2022-04-27 15:21:15.000000000 +0900 >+++ b/vmd-1.9.4a57/src/SelectionBuilder.C 2025-03-20 15:02:33.086330280 +0900 >@@ -182,7 +182,7 @@ > > int line = self->macrobrowser->value(); > if (!line) { >- self->macrooutput->value(NULL); >+ self->macrooutput->value(""); > return; > } > const char *name = self->macrobrowser->text(line);
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 947213
:
915530
| 921326