Add files via upload

This commit is contained in:
Li 2023-06-05 08:53:07 +12:00 committed by GitHub
parent c9bd3269c1
commit d262857886
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,7 +12,7 @@
#endif #endif
#else #else
#ifndef PATH_MAX #ifndef PATH_MAX
#define PATH_MAX (0x7FFF) #define PATH_MAX (32777)
#endif #endif
#endif #endif
@ -380,7 +380,7 @@ int main(int argc, char** argv)
if(argc <= 1){ if(argc <= 1){
printf("PSSE Decryptor.\n"); printf("PSSE Decryptor.\n");
printf("Usage: <PSM_FOLDER>\n",argv[0]); printf("Usage: %s <PSM_FOLDER>\n",argv[0]);
return 0; return 0;
} }