(svn r12557) -Cleanup: use MAX_PATH at two more places

This commit is contained in:
smatz
2008-04-04 00:06:51 +00:00
parent 673055d27f
commit 0cceb0cb3e
3 changed files with 3 additions and 2 deletions

View File

@@ -1287,7 +1287,7 @@ static inline char *replace_pathsep(char *s) { return s; }
int CDECL main(int argc, char* argv[])
{
char pathbuf[256];
char pathbuf[MAX_PATH];
const char *src_dir = ".";
const char *dest_dir = NULL;