瀏覽代碼

fix string_length

...i don't know where this caused problems, but unpatched, it is wrong :)
I saw this when searching an other bug..
main
Frank 8 年之前
父節點
當前提交
ff8dff341f
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. +1
    -1
      SerialFlashDirectory.cpp

+ 1
- 1
SerialFlashDirectory.cpp 查看文件

@@ -239,7 +239,7 @@ static uint32_t string_length(uint32_t addr)
len++;
if (*p == 0) return len;
}
addr += len;
addr += sizeof(buf);
}
}


Loading…
取消
儲存