You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by ma...@apache.org on 2019/10/21 09:30:35 UTC

[mynewt-core] 14/23: Fixed build issues.

This is an automated email from the ASF dual-hosted git repository.

marko pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/mynewt-core.git

commit b5c67e67e5e471e362499bcf1ea0fd68472a9aab
Author: Nolan Lau <no...@juul.com>
AuthorDate: Thu Oct 17 14:02:23 2019 -0700

    Fixed build issues.
---
 sys/log/full/src/log.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys/log/full/src/log.c b/sys/log/full/src/log.c
index 33a850c..7cb45e5 100644
--- a/sys/log/full/src/log.c
+++ b/sys/log/full/src/log.c
@@ -933,7 +933,7 @@ log_walk_body_section(struct log *log, log_walk_body_func_t walk_body_func,
 
     log_offset->lo_arg = &lwba;
 
-    if (!log->l_log->log-walk_sector) {
+    if (!log->l_log->log->walk_sector) {
         rc = ENOTSUP;
         goto err;
     }