From 15159254cf97c35dfe320efb46c8e25fbeb8b462 Mon Sep 17 00:00:00 2001 From: Jan200101 Date: Thu, 26 Nov 2020 08:34:58 +0100 Subject: don't output a random number on unknown directive --- src/lutris.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/lutris.c') 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: -- cgit v1.2.3