Skip to content

Commit da19b8b

Browse files
committed
update eez-framework
1 parent facf918 commit da19b8b

File tree

6 files changed

+5
-5
lines changed

6 files changed

+5
-5
lines changed
Binary file not shown.
Binary file not shown.
Binary file not shown.

resources/eez-framework-amalgamation/eez-flow.cpp

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* Autogenerated on December 5, 2024 1:54:23 PM from eez-framework commit b9f6a088bb5b661c7c1f12674818b1bf10629907 */
1+
/* Autogenerated on December 10, 2024 10:49:42 AM from eez-framework commit 20567d18ee9cf9571eed6954b52170f2b920b7b1 */
22
/*
33
* eez-framework
44
*
@@ -7975,7 +7975,7 @@ bool is_equal(const Value& a1, const Value& b1) {
79757975
if (a.isString() && b.isString()) {
79767976
const char *aStr = a.getString();
79777977
const char *bStr = b.getString();
7978-
if (!aStr && !aStr) {
7978+
if (!aStr && !bStr) {
79797979
return true;
79807980
}
79817981
if (!aStr || !bStr) {
@@ -7986,7 +7986,7 @@ bool is_equal(const Value& a1, const Value& b1) {
79867986
if (a.isBlob() && b.isBlob()) {
79877987
auto aBlobRef = a.getBlob();
79887988
auto bBlobRef = b.getBlob();
7989-
if (!aBlobRef && !aBlobRef) {
7989+
if (!aBlobRef && !bBlobRef) {
79907990
return true;
79917991
}
79927992
if (!aBlobRef || !bBlobRef) {

resources/eez-framework-amalgamation/eez-flow.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* Autogenerated on December 5, 2024 1:54:23 PM from eez-framework commit b9f6a088bb5b661c7c1f12674818b1bf10629907 */
1+
/* Autogenerated on December 10, 2024 10:49:42 AM from eez-framework commit 20567d18ee9cf9571eed6954b52170f2b920b7b1 */
22
/*
33
* eez-framework
44
*

0 commit comments

Comments
 (0)