Line 0
Link Here
|
|
|
1 |
--- docklib.c.orig 2020-09-17 11:16:57 UTC |
2 |
+++ docklib.c |
3 |
@@ -300,6 +300,7 @@ execCommand(char *command) |
4 |
/*****************/ |
5 |
|
6 |
Window Root; |
7 |
+Display *display; |
8 |
int screen; |
9 |
int x_fd; |
10 |
int d_depth; |
11 |
@@ -713,7 +714,7 @@ char text[MAX_LINE_LEN]; |
12 |
|
13 |
p_strcpy (text, "# ", MAX_LINE_LEN); |
14 |
p_strcat (text, comment, MAX_LINE_LEN); |
15 |
- fprintf (prefs_filehandle, text); |
16 |
+ fprintf (prefs_filehandle, "%s", text); |
17 |
} |
18 |
|
19 |
/*---------------------------------------------------------------------------*/ |