diff --git a/src/passwortgenerator.c b/src/passwortgenerator.c index 715c128..fab574f 100644 --- a/src/passwortgenerator.c +++ b/src/passwortgenerator.c @@ -13,6 +13,7 @@ int run_passwortGenerator(){ int tmp = 0; int GroSSklein = 0; if(eing == 0){return 0;} + else if(eing < 0){printf("Negative Zahlen sind nicht erlaubt!");} printf("\nIhr Passwort: "); srand(time(0)); for(int i = 0; i < eing; i++)