~ubuntu-branches/ubuntu/quantal/aria2/quantal

« back to all changes in this revision

Viewing changes to intl/bindtextdom.c

  • Committer: Bazaar Package Importer
  • Author(s): Kartik Mistry
  • Date: 2011-04-02 12:38:55 UTC
  • mfrom: (2.5.2 sid)
  • Revision ID: james.westby@ubuntu.com-20110402123855-znkslovhf5qvkjut
Tags: 1.11.1-1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/* Implementation of the bindtextdomain(3) function
2
 
   Copyright (C) 1995-1998, 2000-2003, 2005-2006 Free Software Foundation, Inc.
 
2
   Copyright (C) 1995-1998, 2000-2003, 2005-2006, 2008 Free Software
 
3
   Foundation, Inc.
3
4
 
4
5
   This program is free software; you can redistribute it and/or modify it
5
6
   under the terms of the GNU Library General Public License as published
178
179
 
179
180
                  if (__builtin_expect (result != NULL, 1))
180
181
                    {
181
 
                      if (binding->codeset != NULL)
182
 
                        free (binding->codeset);
 
182
                      free (binding->codeset);
183
183
 
184
184
                      binding->codeset = result;
185
185
                      modified = 1;