X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Funistr%2Fu8-strmblen.c;h=ecf5d96d9bd09bd4b0fcb1d8b56b69fab563d07d;hb=4fe68d4176b4f0da64660bb9ce0f5412a6bb24de;hp=be5fa7b4c6b317e18df20df574bce68cfc7a22ec;hpb=3030c5b5e0a5199e16b05927da72c43c42f211c3;p=gnulib.git diff --git a/lib/unistr/u8-strmblen.c b/lib/unistr/u8-strmblen.c index be5fa7b4c..ecf5d96d9 100644 --- a/lib/unistr/u8-strmblen.c +++ b/lib/unistr/u8-strmblen.c @@ -1,6 +1,6 @@ /* Look at first character in UTF-8 string. - Copyright (C) 1999-2000, 2002, 2006-2007, 2009 Free Software Foundation, - Inc. + Copyright (C) 1999-2000, 2002, 2006-2007, 2009-2011 Free Software + Foundation, Inc. Written by Bruno Haible , 2002. This program is free software: you can redistribute it and/or modify it @@ -24,7 +24,7 @@ int u8_strmblen (const uint8_t *s) { - /* Keep in sync with unistr.h and utf8-ucs4.c. */ + /* Keep in sync with unistr.h and u8-mbtouc-aux.c. */ uint8_t c = *s; if (c < 0x80)