we beeping now
This commit is contained in:
parent
1b43cf2487
commit
b30daa7469
1 changed files with 1 additions and 1 deletions
2
kissy.c
2
kissy.c
|
|
@ -93,7 +93,7 @@ int main (int argc, char **argv) {
|
||||||
fprintf(stderr, "%s\n", "Mismatch between file owner group and current effective group. Make sure this program is running with setgid.");
|
fprintf(stderr, "%s\n", "Mismatch between file owner group and current effective group. Make sure this program is running with setgid.");
|
||||||
} else {
|
} else {
|
||||||
FILE *tty = fopen(filepath, "a"); // write to terminal!
|
FILE *tty = fopen(filepath, "a"); // write to terminal!
|
||||||
fprintf(tty, "\n%s\n--%s\n", kiss, user);
|
fprintf(tty, "\a\n%s\n--%s\n", kiss, user);
|
||||||
fclose(tty);
|
fclose(tty);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue