Edit

IABSD.fr/ports/textproc/tinyxml2/patches

Branch :

  • Show log

    Commit

  • Author : naddy
    Date : 2022-03-11 20:02:12
    Hash : 8c80a751
    Message : drop RCS Ids

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