aboutsummaryrefslogtreecommitdiffstats
path: root/testing/lolcat/fix-url-and-version.patch
blob: 1005925de97b39ae8b309f4007c9769f9e9a0f3f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
--- old/lolcat.c
+++ new/lolcat.c
@@ -45,9 +45,9 @@
                         "  lolcat            Copy standard input to standard output.\n"
                         "  fortune | lolcat  Display a rainbow cookie.\n"
                         "\n"
-                        "Report lolcat bugs to <http://www.github.org/jaseg/lolcat/issues>\n"
-                        "lolcat home page: <http://www.github.org/jaseg/lolcat/>\n"
-                        "Original idea: <http://www.github.org/busyloop/lolcat/>\n";
+                        "Report lolcat bugs to <http://www.github.com/jaseg/lolcat/issues>\n"
+                        "lolcat home page: <http://www.github.com/jaseg/lolcat/>\n"
+                        "Original idea: <http://www.github.com/busyloop/lolcat/>\n";
 
 #define ARRAY_SIZE(foo) (sizeof(foo) / sizeof(foo[0]))
 const unsigned char codes[] = { 39, 38, 44, 43, 49, 48, 84, 83, 119, 118, 154, 148, 184, 178, 214, 208, 209, 203, 204, 198, 199, 163, 164, 128, 129, 93, 99, 63, 69, 33 };
@@ -72,7 +72,7 @@
 
 static void version(void)
 {
-    wprintf(L"lolcat version 0.1, (c) 2014 jaseg\n");
+    wprintf(L"lolcat version 1.0, (c) 2014 jaseg\n");
     exit(0);
 }