Browse Source

Merge pull request #19 from FrankBoesing/patch-2

Fix reading of filenames with length = multiple of 16
main
Paul Stoffregen 9 years ago
parent
commit
c32e9b176c
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      SerialFlashDirectory.cpp

+ 1
- 0
SerialFlashDirectory.cpp View File

} }
} }
strsize -= n; strsize -= n;
straddr += n;
} }
*(p - 1) = 0; *(p - 1) = 0;
//Serial.printf(" name(overflow) = %s\n", filename); //Serial.printf(" name(overflow) = %s\n", filename);

Loading…
Cancel
Save