Skip to content

Commit

Permalink
Minor
Browse files Browse the repository at this point in the history
  • Loading branch information
ChunYen-Chen committed Jan 17, 2025
1 parent 069bda0 commit 6e84985
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Auxiliary/Aux_Check_Parameter.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -340,7 +340,7 @@ void Aux_Check_Parameter()
Aux_Error( ERROR_INFO, "\"%s\" folder set by OUTPUT_DIR does not exist !!\n", OUTPUT_DIR );

if ( ! Aux_CheckPermission( OUTPUT_DIR, 2+1 ) )
Aux_Error( ERROR_INFO, "You do not have the write and execute permissions for the \"%s\" folder set by OUTPUT_DIR !!\n", OUTPUT_DIR );
Aux_Error( ERROR_INFO, "You do not have write and execute permissions for the \"%s\" folder set by OUTPUT_DIR !!\n", OUTPUT_DIR );



Expand Down

0 comments on commit 6e84985

Please sign in to comment.