Changeset 2238:6390b65b36b6 for intl

Show
Ignore:
Timestamp:
2001-01-08 08:57:20 (8 years ago)
Author:
Thomas Roessler <roessler@…>
Branch:
HEAD
Message:

Fix and/or check more fishy code.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • intl/cat-compat.c

    r2237 r2238  
    116116    { 
    117117      /* NLSPATH search didn't work, try absolute path */ 
    118       sprintf (new_name, "%s/%s/LC_MESSAGES/%s.cat", LOCALEDIR, lang, 
    119                PACKAGE);        /* __SPRINTF_CHECKED__ - sort of... */ 
     118      sprintf (new_name, "%s/%s/LC_MESSAGES/%s.cat", LOCALEDIR, lang,   /* __SPRINTF_CHECKED__ - sort of... */ 
     119               PACKAGE); 
    120120      new_catalog = catopen (new_name, 0); 
    121121