git-svn-id: svn://db.shs.com.ru/pip@739 12ceb7fc-bf1f-11e4-8940-5bc7170c53b5

This commit is contained in:
2019-02-08 15:27:07 +00:00
parent e59251a4e3
commit ed4e46afec
2 changed files with 4 additions and 2 deletions

View File

@@ -386,7 +386,9 @@ PIDir PIDir::current() {
PIDir PIDir::home() {
#ifndef ESP_PLATFORM
char * rc = 0;
#endif
#ifdef WINDOWS
rc = new char[1024];
memset(rc, 0, 1024);