]> git.pld-linux.org Git - packages/frogatto.git/commitdiff
- fix runtime error auto/ti/frogatto-1_1_1-1
authorlisu <lisu@pld-linux.org>
Wed, 28 Dec 2011 14:51:47 +0000 (14:51 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    frogatto-assertion.patch -> 1.1

frogatto-assertion.patch [new file with mode: 0644]

diff --git a/frogatto-assertion.patch b/frogatto-assertion.patch
new file mode 100644 (file)
index 0000000..6346215
--- /dev/null
@@ -0,0 +1,10 @@
+--- frogatto-1.1.1/src/custom_object_functions.cpp~    2011-12-28 14:37:26.804928334 +0100
++++ frogatto-1.1.1/src/custom_object_functions.cpp     2011-12-28 15:12:46.408055071 +0100
+@@ -1860,7 +1860,6 @@
+       }
+       ASSERT_LOG(docname.empty() == false, "DOCUMENT NAME GIVEN TO get_document() IS EMPTY");
+-      ASSERT_LOG(docname[0] != '/', "DOCUMENT NAME BEGINS WITH / " << docname);
+       ASSERT_LOG(std::adjacent_find(docname.begin(), docname.end(), consecutive_periods) == docname.end(), "DOCUMENT NAME CONTAINS ADJACENT PERIODS " << docname);
+       const wml::schema* sch = NULL;
This page took 0.078246 seconds and 4 git commands to generate.