Hi,
sorry the patch somehow is broken. Converting my tab
indention to spaces like in htop somehow fucked up the file.
Correct is:
--- htop.c 2006-07-24 00:57:28.000000000 +0200
+++ htop.tmp.c 2007-08-02 14:13:51.000000000 +0200
@@ -202,6 +202,7 @@
printVersionFlag();
} else if (String_eq(argv[1], "-d")) {
if (argc < 2) printHelpFlag();
+ if(!argv[2]) printHelpFlag();
sscanf(argv[2], "%d", &delay);
if (delay < 1) delay = 1;
if (delay > 100) delay = 100;Kind regards Nico -- Nico Golde - http://ngolde.de - [EMAIL PROTECTED] - GPG: 0x73647CFF For security reasons, all text in this mail is double-rot13 encrypted.
pgp4rJyq8T2fM.pgp
Description: PGP signature

