Edit

IABSD.fr/ports/textproc/tinyxml2/patches

Branch :

  • Show log

    Commit

  • Author : sthen
    Date : 2024-06-05 11:12:53
    Hash : 68f0414d
    Message : update to tinyxml2-10.0.0, from Kirill A. Korinsky

  • patch-xmltest_cpp
  • Index: xmltest.cpp
    --- xmltest.cpp.orig
    +++ xmltest.cpp
    @@ -807,8 +807,8 @@ int main( int argc, const char ** argv )
     
     	// ---------- Attributes ---------
     	{
    -		static const int64_t BIG = -123456789012345678;
    -        static const uint64_t BIG_POS = 123456789012345678;
    +		static const int64_t BIG = -123456789012345678LL;
    +        static const uint64_t BIG_POS = 123456789012345678LL;
     		XMLDocument doc;
     		XMLElement* element = doc.NewElement("element");
     		doc.InsertFirstChild(element);