diff options
author | Jan200101 <sentrycraft123@gmail.com> | 2020-11-26 08:34:58 +0100 |
---|---|---|
committer | Jan200101 <sentrycraft123@gmail.com> | 2021-03-26 18:53:25 +0100 |
commit | 15159254cf97c35dfe320efb46c8e25fbeb8b462 (patch) | |
tree | 25d3fda9c090e876834bad6cbf2182c5feee3843 /src/lutris.c | |
parent | 90c0539f392f0ab8fa69b1f66b10da4a185c371f (diff) | |
download | polecat-15159254cf97c35dfe320efb46c8e25fbeb8b462.tar.gz polecat-15159254cf97c35dfe320efb46c8e25fbeb8b462.zip |
don't output a random number on unknown directive
Diffstat (limited to 'src/lutris.c')
-rw-r--r-- | src/lutris.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lutris.c b/src/lutris.c index 0580818..cc6d8c4 100644 --- a/src/lutris.c +++ b/src/lutris.c @@ -89,7 +89,7 @@ COMMAND(lutris, install) break; case UNKNOWN_DIRECTIVE: - printf("Unknown directive %i\nIf you see this please report it.", installer.directives[i]->command); + puts("Unknown directive\nIf you see this please report it with your system information and steps to reproduce this."); break; default: |