mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-26 23:13:00 +02:00
declaration of 'const XML_Char* s' shadows a parameter
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@111 e54a6e83-5905-42d5-8d5c-058d10e6a962
Origin commit data
------------------
Branch: ni/coolstream
Commit: 8d77d862fc
Author: mws <mws@e54a6e83-5905-42d5-8d5c-058d10e6a962>
Date: 2009-12-22 (Tue, 22 Dec 2009)
------------------
This commit was generated by Migit
This commit is contained in:
@@ -1379,13 +1379,13 @@ enum XML_Error XML_Parser::processXmlDecl(int isGeneralTextEntity, const char *s
|
||||
else if (encodingName)
|
||||
{
|
||||
enum XML_Error result;
|
||||
const XML_Char *s=poolStoreString(&tempPool, encoding, encodingName,
|
||||
const XML_Char *s1=poolStoreString(&tempPool, encoding, encodingName,
|
||||
encodingName +
|
||||
XmlNameLength(encoding, encodingName));
|
||||
|
||||
if (!s) return XML_ERROR_NO_MEMORY;
|
||||
if (!s1) return XML_ERROR_NO_MEMORY;
|
||||
|
||||
result=handleUnknownEncoding(s);
|
||||
result=handleUnknownEncoding(s1);
|
||||
|
||||
poolDiscard(&tempPool);
|
||||
|
||||
|
Reference in New Issue
Block a user