bug-sourceinstall
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug-sourceinstall] [patch #6304] patch for libsrcinst/package_info.c


From: Jorma Karvonen
Subject: [bug-sourceinstall] [patch #6304] patch for libsrcinst/package_info.c
Date: Thu, 06 Dec 2007 20:19:10 +0000
User-agent: Mozilla/5.0 (X11; U; Linux i686; fi-FI; rv:1.8.1.8) Gecko/20071015 SUSE/2.0.0.8-1.2 Firefox/2.0.0.8

URL:
  <http://savannah.gnu.org/patch/?6304>

                 Summary: patch for libsrcinst/package_info.c
                 Project: GNU Source Installer
            Submitted by: jormak
            Submitted on: Thursday 12/06/2007 at 22:19
                Category: None
                Priority: 5 - Normal
                  Status: None
                 Privacy: Public
             Assigned to: None
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any

    _______________________________________________________

Details:

23c23,25
< 
---
> #ifdef HAVE_NLS
> # include <locale.h>
> #endif
133c135
<           strcmp(s, "yes") == 0 || strcmp(s, "YES") == 0
---
>           strcmp(s, gettext ( "yes" )) == 0 || strcmp(s, gettext ( "YES" )) ==
0
165c167
<                           "SOURCE_LOCATION points to an unreachable file in 
package",
---
>                           gettext ( "SOURCE_LOCATION points to an unreachable 
> file in package"
),
280c282
<                       "could not delete package information scheduled for 
removal.",
---
>                       gettext ( "could not delete package information 
> scheduled for removal."
),





    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/patch/?6304>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/





reply via email to

[Prev in Thread] Current Thread [Next in Thread]