summaryrefslogtreecommitdiff
blob: 06a8a37ba7df4886f4c2f2d4d71d1f856d76462f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
--- a/src/cursor_xcursor.c
+++ a/src/cursor_xcursor.c
@@ -37,17 +37,17 @@
         return 0;
 
     if (!args || strlen(args) < 13) {
-        printf("%s", "alock: error, missing arguments for [xcursor].\n");
+        printf("alock: error, missing arguments for [xcursor].\n");
         return 0;
     }
 
     if (strstr(args, "xcursor:") != args || strstr(&args[8], "file=") != &args[8]) {
-        printf("%s", "alock: error, wrong arguments for [xcursor].\n");
+        printf("alock: error, wrong arguments for [xcursor].\n");
         return 0;
     }
 
     if (!(cursor = XcursorFilenameLoadCursor(xinfo->display, &args[13]))) {
-        printf("%s", "alock: error, couldnt load [%s]\n", &args[13]);
+        printf("alock: error, couldnt load [%s]\n", &args[13]);
         return 0;
     }