~ubuntu-branches/ubuntu/lucid/libx11/lucid

« back to all changes in this revision

Viewing changes to src/xlibi18n/lcPublic.c

  • Committer: Bazaar Package Importer
  • Author(s): Timo Aaltonen
  • Date: 2009-01-17 16:34:54 UTC
  • mfrom: (1.1.7 upstream)
  • Revision ID: james.westby@ubuntu.com-20090117163454-gaey3cd32xyavueo
Tags: 2:1.1.99.2-1build1
Fakesync with Debian, all previous Ubuntu changes are included
in the new upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
61
61
        default_string,
62
62
        NULL,
63
63
        NULL
64
 
    }, 
 
64
    },
65
65
    {
66
66
        NULL,
67
67
        create,
218
218
 
219
219
    name = lcd->core->name;
220
220
#if !defined(X_LOCALE)
221
 
    /* 
222
 
     * _XlMapOSLocaleName will return the same string or a substring 
223
 
     * of name, so strlen(name) is okay 
 
221
    /*
 
222
     * _XlMapOSLocaleName will return the same string or a substring
 
223
     * of name, so strlen(name) is okay
224
224
     */
225
225
    if ((len = strlen(name)) < sizeof sinamebuf)
226
226
        siname = sinamebuf;