/*
******************************************************************************
- * Copyright (C) 1998-2003, International Business Machines Corporation and *
+ * Copyright (C) 1998-2005, International Business Machines Corporation and *
* others. All Rights Reserved. *
******************************************************************************
*/
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");