version 1.1.1.1, 2012/02/21 23:16:22
|
version 1.1.1.2, 2013/07/22 00:36:10
|
Line 4
|
Line 4
|
* webpage: http://miniupnp.free.fr/ or http://miniupnp.tuxfamily.org/ |
* webpage: http://miniupnp.free.fr/ or http://miniupnp.tuxfamily.org/ |
* Author : Thomas Bernard |
* Author : Thomas Bernard |
|
|
Copyright (c) 2005-2011, Thomas BERNARD | Copyright (c) 2005-2011, Thomas BERNARD |
All rights reserved. |
All rights reserved. |
|
|
Redistribution and use in source and binary forms, with or without |
Redistribution and use in source and binary forms, with or without |
Line 149 static void parseelt(struct xmlparser * p)
|
Line 149 static void parseelt(struct xmlparser * p)
|
return; |
return; |
} |
} |
if(memcmp(p->xml, "<![CDATA[", 9) == 0) |
if(memcmp(p->xml, "<![CDATA[", 9) == 0) |
{ | { |
/* CDATA handling */ |
/* CDATA handling */ |
p->xml += 9; |
p->xml += 9; |
data = p->xml; |
data = p->xml; |