Wargus / wargus

Importer and scripts for Warcraft II: Tides of Darkness, the expansion Beyond the Dark Portal, and Aleonas Tales
GNU General Public License v2.0
355 stars 55 forks source link

Check for argument to main to avoid segfault since ArchiveDir is set to argv[1]. #395

Closed ghost closed 2 years ago

ghost commented 2 years ago

I noticed earlier when I tried running wartool that it segfaulted if it was run with no arguments, so I added a small bit of code to print the usage information instead of continuing. I set the exit code to be 1 in this case. I am not sure how useful this is to you, or how you like pull requests.

timfel commented 2 years ago

Thank you!