~ubuntu-branches/ubuntu/breezy/evolution-data-server/breezy

« back to all changes in this revision

Viewing changes to camel/camel-charset-map.c

  • Committer: Bazaar Package Importer
  • Author(s): Daniel Holbach
  • Date: 2005-10-10 11:30:56 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20051010113056-rb4vj4kbs8yxft85
Tags: 1.4.1-0ubuntu3
* debian/patches/camel-imap-store.c.patch:
  - Ubuntu 17465: apply patch from
  http://bugzilla.gnome.org/attachment.cgi?id=53234&action=view
  (additional NULL pointer check)

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
 * Copyright 2000-2003 Ximian, Inc. (www.ximian.com)
9
9
 *
10
10
 * This program is free software; you can redistribute it and/or 
11
 
 * modify it under the terms of version 2 of the GNU General Public 
 
11
 * modify it under the terms of version 2 of the GNU Lesser General Public 
12
12
 * License as published by the Free Software Foundation.
13
13
 *
14
14
 * This program is distributed in the hope that it will be useful,
15
15
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
16
16
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
17
 
 * GNU General Public License for more details.
 
17
 * GNU Lesser General Public License for more details.
18
18
 *
19
 
 * You should have received a copy of the GNU General Public License
 
19
 * You should have received a copy of the GNU Lesser General Public License
20
20
 * along with this program; if not, write to the Free Software
21
21
 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
22
22
 * USA
279
279
                return camel_charset_best_mask (charset->mask);
280
280
        else
281
281
                return NULL;
282
 
 
283
282
}
284
283
 
285
284
/* finds the minimum charset for this string NULL means US-ASCII */