- Add crayonizer-return.patch: remove return type from function - Update to 2.2: * The example tcpdump config is now a lot more colorful. * README.md is better markdown. * Bugfix for pmatch where a pointer was misreferenced - 2.1 had some issues we notified usptream and fixed some - Import version 2.1 from home:zhonghuaren/crayonizer - Cleanup spec file OBS-URL: https://build.opensuse.org/request/show/645708 OBS-URL: https://build.opensuse.org/package/show/utilities/crayonizer?expand=0&rev=1
13 lines
410 B
Diff
13 lines
410 B
Diff
diff -urEbwB Crayonizer-2.2/keypress.c Crayonizer-2.2.new/keypress.c
|
|
--- Crayonizer-2.2/keypress.c 2018-10-30 19:11:25.000000000 +0100
|
|
+++ Crayonizer-2.2.new/keypress.c 2018-10-31 11:47:09.959938158 +0100
|
|
@@ -61,7 +61,7 @@
|
|
|
|
|
|
|
|
-static int ParseModifiedKey(char *KeySym, int MaxLen, char *ModName, char Key)
|
|
+static void ParseModifiedKey(char *KeySym, int MaxLen, char *ModName, char Key)
|
|
{
|
|
|
|
switch (Key)
|