From aacbf702d93814477914e6dcab846e27a9733b43 Mon Sep 17 00:00:00 2001 From: "Kevin P. Fleming" Date: Fri, 13 Jul 2007 21:22:25 +0000 Subject: eliminate compiler warning git-svn-id: http://svn.asterisk.org/svn/octasic_api/oct612x/trunk@30 537310ab-6354-42db-a3cc-247b777f7be6 --- software/octdeviceapi/oct6100api/oct6100_api/oct6100_chip_open.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/software/octdeviceapi/oct6100api/oct6100_api/oct6100_chip_open.c b/software/octdeviceapi/oct6100api/oct6100_api/oct6100_chip_open.c index 9818c33..ccf6110 100644 --- a/software/octdeviceapi/oct6100api/oct6100_api/oct6100_chip_open.c +++ b/software/octdeviceapi/oct6100api/oct6100_api/oct6100_chip_open.c @@ -2079,7 +2079,7 @@ UINT32 Oct6100ApiCheckImageFileHeader( UINT32 ulStrLen; ulStrLen = Oct6100ApiStrLen( (PUINT8)cOCT6100_IMAGE_START_STRING ); - pszImageInfoStart = Oct6100ApiStrStr(f_pChipOpen->pbyImageFile,(PUINT8)cOCT6100_IMAGE_START_STRING, + pszImageInfoStart = (PUINT8) Oct6100ApiStrStr(f_pChipOpen->pbyImageFile,(PUINT8)cOCT6100_IMAGE_START_STRING, f_pChipOpen->pbyImageFile + ulStrLen); if (pszImageInfoStart == NULL) return cOCT6100_ERR_OPEN_IMAGE_FILE; -- cgit v1.2.3