Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 307469 Details for
Bug 410527
games-board/scid-vs-pc-4.7 - A free chess database application
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
files/scid-vs-pc-4.7-qa-warnings.patch
scid-vs-pc-4.7-qa-warnings.patch (text/plain), 497 bytes, created by
Godfath3r
on 2012-04-02 10:13:28 UTC
(
hide
)
Description:
files/scid-vs-pc-4.7-qa-warnings.patch
Filename:
MIME Type:
Creator:
Godfath3r
Created:
2012-04-02 10:13:28 UTC
Size:
497 bytes
patch
obsolete
>--- scid_vs_pc-4.6/src/tkscid.cpp.orig >+++ scid_vs_pc-4.6/src/tkscid.cpp >@@ -10887,11 +10887,11 @@ > } > } > >- if (str1 && strIsPrefix (prefix, str1)) { >+ if (str1 == "" && strIsPrefix (prefix, str1)) { > Tcl_AppendElement (ti, str1); > str1[0]=0; > } >- if (str2 && strIsPrefix (prefix, str2)) { >+ if (str2 == "" && strIsPrefix (prefix, str2)) { > Tcl_AppendElement (ti, str2); > str2[0]=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 410527
:
307465
|
307467
| 307469