X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=gnu%2Fnl_langinfo.c;h=bf3aa8ff60af328dfb1e80f72d44f92fda4f2973;hb=daa269958ad8d50ef8154ccb65e58acaf7a6dd99;hp=aef5e202fdf642df08e973672f03cf4e384d2934;hpb=1a44d77d50f4fb37c0410eed04b82303624ea2ec;p=debian%2Ftar diff --git a/gnu/nl_langinfo.c b/gnu/nl_langinfo.c index aef5e202..bf3aa8ff 100644 --- a/gnu/nl_langinfo.c +++ b/gnu/nl_langinfo.c @@ -2,7 +2,7 @@ /* DO NOT EDIT! GENERATED AUTOMATICALLY! */ /* nl_langinfo() replacement: query locale dependent information. - Copyright (C) 2007-2011 Free Software Foundation, Inc. + Copyright (C) 2007-2013 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -143,7 +143,8 @@ nl_langinfo (nl_item item) { static char buf[2 + 10 + 1]; - /* Woe32 has a function returning the locale's codepage as a number. */ + /* The Windows API has a function returning the locale's codepage as + a number. */ sprintf (buf, "CP%u", GetACP ()); return buf; }