commit before morning nap

This commit is contained in:
tTh
2023-03-17 10:33:53 +01:00
parent f804d2c7ab
commit 00920841d2
9 changed files with 178 additions and 6 deletions

View File

@@ -17,7 +17,7 @@
int verbosity = 0;
char *my_id = MY_TEXT_ID;
int wait_time = 100; /* in milliseconds */
int wait_time = 80; /* in milliseconds */
/* ----------------------------------------------------------------- */
int megaloop(FILE *fp, lo_address loa)
@@ -38,7 +38,7 @@ while (EOF != (caractere=getc(fp))) {
char_count++;
if (verbosity) fprintf(stderr, "car = %4d %c\n",
if (verbosity) fprintf(stderr, "char = %4d %c\n",
caractere, caractere);
if (isalpha(caractere)) {