Forgot to rename a method

This commit is contained in:
anschrammh 2020-01-28 12:53:08 +01:00
parent 853a1f4b26
commit 45f22dea3e

View File

@ -846,7 +846,7 @@ class FTPServer : public TCPServer<T>
client->_dataClient.printf("%crwxrwxrwx 1 owner esp8266 %d %s %s %s:%s %s\r\n", client->_dataClient.printf("%crwxrwxrwx 1 owner esp8266 %d %s %s %s:%s %s\r\n",
fileOrDir.isDirectory() ? 'd' : '-', fileOrDir.isDirectory() ? 'd' : '-',
fileOrDir.isDirectory() ? 0 : fileOrDir.size(), fileOrDir.isDirectory() ? 0 : fileOrDir.size(),
monthNumTo3LetterAbreviation(month, timeP->tm_mon), monthNumTo3LetterAbbreviation(month, timeP->tm_mon),
dateTimeFormater(zero_prepended[0],timeP->tm_mday,'0'), dateTimeFormater(zero_prepended[0],timeP->tm_mday,'0'),
dateTimeFormater(zero_prepended[1],timeP->tm_hour,'0'), dateTimeFormater(zero_prepended[1],timeP->tm_hour,'0'),
dateTimeFormater(zero_prepended[2],timeP->tm_min,'0'), dateTimeFormater(zero_prepended[2],timeP->tm_min,'0'),