We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2fe34bf commit 8bdc866Copy full SHA for 8bdc866
lib/MakapixPlugin/src/FileCache.hpp
@@ -122,11 +122,11 @@ class FileCache
122
/* Update timestamp */
123
for (uint8_t idx = 0U; idx < MAX_FILES; ++idx)
124
{
125
- Entry& entry = m_fileList[idx];
+ Entry& entry = m_fileList[idx];
126
127
/* Filename format: <path><id>.<extension> */
128
- String fullPathWitoutExtension = m_path;
129
- fullPathWithoutExtension += id;
+ String fullPathWithoutExtension = m_path;
+ fullPathWithoutExtension += id;
130
131
if (true == entry.filename.startsWith(fullPathWithoutExtension))
132
0 commit comments