You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/app-admin/logmon/files/logmon-0.4.4-char2int.diff

12 lines
169 B

--- a/Main.cc
+++ b/Main.cc
@@ -264,7 +264,7 @@
{
(void) signal(SIGINT, sig_int);
- char c;
+ int c;
#ifdef __DEBUG__
ferr = fopen("err.txt","w");