X-Git-Url: https://git.saurik.com/apple/icu.git/blobdiff_plain/b75a7d8f3b4adbae880cab104ce2c6a50eee4db2..e4f10fab0c078f399c9deef476d9c9b73b47dff8:/icuSources/samples/layout/UnicodeReader.cpp?ds=inline diff --git a/icuSources/samples/layout/UnicodeReader.cpp b/icuSources/samples/layout/UnicodeReader.cpp index 19989055..ab5a7ef7 100644 --- a/icuSources/samples/layout/UnicodeReader.cpp +++ b/icuSources/samples/layout/UnicodeReader.cpp @@ -1,6 +1,6 @@ /* ****************************************************************************** - * Copyright (C) 1998-2003, International Business Machines Corporation and * + * Copyright (C) 1998-2005, International Business Machines Corporation and * * others. All Rights Reserved. * ****************************************************************************** */ @@ -32,7 +32,7 @@ const UChar *UnicodeReader::readFile(const char *fileName, GUISupport *guiSuppor char *byteBuffer; char startBytes[4] = {'\xA5', '\xA5', '\xA5', '\xA5'}; char errorMessage[128]; - char *cp = ""; + const char *cp = ""; int32_t signatureLength = 0; f = fopen(fileName, "rb");