Pārlūkot izejas kodu

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 pirms 8 gadiem
vecāks
revīzija
ff8dff341f
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. +1
    -1
      SerialFlashDirectory.cpp

+ 1
- 1
SerialFlashDirectory.cpp Parādīt failu

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


Notiek ielāde…
Atcelt
Saglabāt