blob: 5ccd03bad61147b5f80f80f0be2899ec5e248996 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- default.c.orig Sun May 19 20:12:20 2002
+++ default.c Sun May 19 20:12:23 2002
@@ -267,7 +267,7 @@
get_system_name();
links_home = get_home(&first_use);
if (!links_home) {
- fprintf(stderr, "Unable to find or create links config directory. Please check, that you have $HOME variable set correctly and that you have write permission to your home directory.\n\007");
+ fprintf(stderr, "Unable to find or create links config directory. Please check, that you have $HOME variable set correctly and that you have write permission to your home directory.\n");
sleep(3);
return;
}
|