[Laszlo-checkins] r10254 - openlaszlo/trunk/WEB-INF/lps/lfc/data
bargull@openlaszlo.org
bargull at openlaszlo.org
Tue Jul 8 08:59:07 PDT 2008
Author: bargull
Date: 2008-07-08 08:59:04 -0700 (Tue, 08 Jul 2008)
New Revision: 10254
Modified:
openlaszlo/trunk/WEB-INF/lps/lfc/data/LzDatapointer.lzs
Log:
Change 20080708-bargull-Ukx by bargull at dell--p4--2-53 on 2008-07-08 17:58:51
in /home/Admin/src/svn/openlaszlo/trunk
for http://svn.openlaszlo.org/openlaszlo/trunk
Summary: don't return false
New Features:
Bugs Fixed: LPP-6609
Technical Reviewer: hminsky
QA Reviewer: (pending)
Doc Reviewer: (pending)
Documentation:
Release Notes:
Details:
Changed __LZgetNodes(..) to return null if "this.p" is null.
Tests:
Modified: openlaszlo/trunk/WEB-INF/lps/lfc/data/LzDatapointer.lzs
===================================================================
--- openlaszlo/trunk/WEB-INF/lps/lfc/data/LzDatapointer.lzs 2008-07-08 15:58:13 UTC (rev 10253)
+++ openlaszlo/trunk/WEB-INF/lps/lfc/data/LzDatapointer.lzs 2008-07-08 15:59:04 UTC (rev 10254)
@@ -628,7 +628,7 @@
if ( $debug ) {
Debug.info("%s: p is null in %s", arguments.callee, this);
}
- return false;
+ return null;
}
if (pathobj.selectors != null) {
More information about the Laszlo-checkins
mailing list