X-Git-Url: https://git.saurik.com/apple/icu.git/blobdiff_plain/73c04bcfe1096173b00431f0cdc742894b15eef0..ef6cf650f4a75c3f97de06b51fa104f2069b9ea2:/icuSources/samples/layout/FontMap.cpp diff --git a/icuSources/samples/layout/FontMap.cpp b/icuSources/samples/layout/FontMap.cpp index 485351b4..1510b29b 100644 --- a/icuSources/samples/layout/FontMap.cpp +++ b/icuSources/samples/layout/FontMap.cpp @@ -1,6 +1,6 @@ /* ****************************************************************************** - * Copyright (C) 1998-2005, International Business Machines Corporation and * + * Copyright (C) 1998-2006, International Business Machines Corporation and * * others. All Rights Reserved. * ****************************************************************************** */ @@ -25,11 +25,13 @@ FontMap::FontMap(const char *fileName, le_int16 pointSize, GUISupport *guiSuppor le_int32 defaultFont = -1, i, script; le_bool haveFonts = FALSE; +/**/ for (i = 0; i < scriptCodeCount; i += 1) { fFontIndices[i] = -1; fFontNames[i] = NULL; fFontInstances[i] = NULL; } + /**/ if (LE_FAILURE(status)) { return;