fix print edge value.
Summary: Closes https://github.com/facebook/yoga/pull/551 Differential Revision: D5069358 Pulled By: emilsjolander fbshipit-source-id: 8a8f07043d43f9f2d846a645217a52913cffe31b
This commit is contained in:
committed by
Facebook Github Bot
parent
927eca6604
commit
4487862227
@@ -874,7 +874,7 @@ static void YGPrintEdgeIfNotUndefined(const YGNodeRef node,
|
||||
const char *str,
|
||||
const YGValue *edges,
|
||||
const YGEdge edge) {
|
||||
YGPrintNumberIfNotUndefined(node, str, YGComputedEdgeValue(edges, YGEdgeLeft, &YGValueUndefined));
|
||||
YGPrintNumberIfNotUndefined(node, str, YGComputedEdgeValue(edges, edge, &YGValueUndefined));
|
||||
}
|
||||
|
||||
static void YGPrintNumberIfNotZero(const YGNodeRef node,
|
||||
|
Reference in New Issue
Block a user