ALT Linux Bugzilla
– Attachment 13139 Details for
Bug 40826
aptitude показывает только первую строчку в описании
New bug
|
Search
|
[?]
|
Help
Register
|
Log In
[x]
|
Forgot Password
Login:
[x]
|
EN
|
RU
[patch]
Патч для починки многострочного описания
fix-single-line-desc.patch (text/plain), 522 bytes, created by
Anton Golubev
on 2023-05-07 22:37:40 MSK
(
hide
)
Description:
Патч для починки многострочного описания
Filename:
MIME Type:
Creator:
Anton Golubev
Created:
2023-05-07 22:37:40 MSK
Size:
522 bytes
patch
obsolete
>diff --git a/BUILD/aptitude-0.4.5/src/desc_parse.cc b/BUILD/aptitude-0.4.5/src/desc_parse.cc >index 8480fce..cadf762 100644 >--- a/BUILD/aptitude-0.4.5/src/desc_parse.cc >+++ b/BUILD/aptitude-0.4.5/src/desc_parse.cc >@@ -260,7 +260,7 @@ fragment *make_desc_fragment(const wstring &desc) > wstring::size_type loc=0; > vector<fragment*> fragments; > >- return make_level_fragment(desc, 0, 1, loc, >+ return make_level_fragment(desc, 0, 0, loc, > aptcfg->FindB(PACKAGE "::Parse-Description-Bullets", > true)); > }
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 40826
:
9624
| 13139