Lachu - 2023-04-06
  • Description has changed:

Diff:

--- old
+++ new
@@ -23,10 +23,10 @@
 struct tao_result result, result2;

 result.struct_size = sizeof(result);
-result.expected_result = TAP_SHORTCUT;
+result.expected_result = TAO_SHORTCUT;

 result2.struct_size = sizeof(result);
-result2.expected_result = TAP_SHORTCUT;
+result2.expected_result = TAO_SHORTCUT;

 taoV3_query(window, "/fileviews/left/items", &result);
 if (!taoV3_query_first_child_shortcut(result.shortcut, &result2)) {