ALT Linux Bugzilla
– Attachment 5471 Details for
Bug 27364
[PATCH] Имя недостающей перловой зависимости урезается до слеша
New bug
|
Search
|
[?]
|
Help
Register
|
Log In
[x]
|
Forgot Password
Login:
[x]
|
EN
|
RU
[patch]
extended patch
2.patch (text/plain), 685 bytes, created by
viy
on 2012-05-24 17:21:52 MSK
(
hide
)
Description:
extended patch
Filename:
MIME Type:
Creator:
viy
Created:
2012-05-24 17:21:52 MSK
Size:
685 bytes
patch
obsolete
>diff --git a/apt/cmdline/apt-get.cc b/apt/cmdline/apt-get.cc >index 91ac4c9..4981e43 100644 >--- a/apt/cmdline/apt-get.cc >+++ b/apt/cmdline/apt-get.cc >@@ -1995,7 +1995,7 @@ bool DoInstall(CommandLine &CmdL) > if (Hit == true) > continue; > #endif >- return _error->Error(_("Couldn't find package %s"),S); >+ return _error->Error(_("Couldn't find package %s"),OrigS); > } > > // Regexs must always be confirmed >@@ -2034,7 +2034,7 @@ bool DoInstall(CommandLine &CmdL) > regfree(&Pattern); > > if (Hit == false) >- return _error->Error(_("Couldn't find package %s"),S); >+ return _error->Error(_("Couldn't find package %s"),OrigS); > } > else > {
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 27364
:
5470
| 5471