Skip to content

Commit

Permalink
Added dev-version warning
Browse files Browse the repository at this point in the history
  • Loading branch information
rrrlasse committed Oct 13, 2024
1 parent 2c3b897 commit 8d5cb75
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/exdupe.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2304,6 +2304,10 @@ int wmain(int argc2, CHR *argv2[])
int main(int argc2, char *argv2[])
#endif
{
if(VER_DEV != 0) {
statusbar.print(0, UNITXT("UNSTABLE UNSTABLE UNSTABLE UNSTABLE UNSTABLE UNSTABLE UNSTABLE UNSTABLE UNSTA\nBLE UNSTABLE UNSTABLE UNSTABLE UNSTABLE UNSTABLE UNSTABLE UNSTABLE UNSTABLE U\n"));
}

tidy_args(argc2, argv2);

if (argc2 == 1) {
Expand Down

0 comments on commit 8d5cb75

Please sign in to comment.