From 91670e9cb5c32b818a4ffb3e5259e08ddc6ea0c1 Mon Sep 17 00:00:00 2001 From: Paul Beckingham Date: Sun, 29 Jun 2014 22:18:43 -0400 Subject: [PATCH] Dates - Named dates now store the raw form as the source, to assist parsing. --- src/Dates.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Dates.cpp b/src/Dates.cpp index e3776dd49..a12f49467 100644 --- a/src/Dates.cpp +++ b/src/Dates.cpp @@ -551,6 +551,7 @@ bool namedDates (const std::string& name, Variant& value) else return false; + value.source (name); return true; }