[SETUPLIB][USETUP] Factor out the usage of FS provider structures.
[reactos.git] / base / services / tftpd / tftpd.cpp
index 7e0968a..11e26fa 100644 (file)
@@ -38,7 +38,7 @@ char iniFile[_MAX_PATH];
 char logFile[_MAX_PATH];
 char lnkFile[_MAX_PATH];
 char tempbuff[256];
-char extbuff[256];
+char extbuff[_MAX_PATH];
 char logBuff[512];
 char fileSep = '\\';
 char notFileSep = '/';