Skip to content

Commit

Permalink
MAX_PATH=1024
Browse files Browse the repository at this point in the history
  • Loading branch information
kuba-- committed Dec 25, 2021
1 parent c30cb27 commit cbe8cd3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
/test/build/
/xcodeproj/
.vscode/
Testing/

# Object files
*.o
Expand Down
2 changes: 1 addition & 1 deletion src/zip.h
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ typedef long ssize_t; /* byte count or error */
#endif

#ifndef MAX_PATH
#define MAX_PATH 32767 /* # chars in a path name including NULL */
#define MAX_PATH 1024 /* # chars in a path name including NULL */
#endif

/**
Expand Down

0 comments on commit cbe8cd3

Please sign in to comment.