diff options
Diffstat (limited to 'crn/packages/patches/rofi-extra-whitespace.patch')
-rw-r--r-- | crn/packages/patches/rofi-extra-whitespace.patch | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/crn/packages/patches/rofi-extra-whitespace.patch b/crn/packages/patches/rofi-extra-whitespace.patch deleted file mode 100644 index 1d065f7..0000000 --- a/crn/packages/patches/rofi-extra-whitespace.patch +++ /dev/null @@ -1,13 +0,0 @@ -diff --git a/source/modes/dmenu.c b/source/modes/dmenu.c -index 27b6097d..85dda8e5 100644 ---- a/source/modes/dmenu.c -+++ b/source/modes/dmenu.c -@@ -391,7 +391,7 @@ static gchar *dmenu_format_output_string(const DmenuModePrivateData *pd, - unsigned int index = - (unsigned int)g_ascii_strtoull(pd->columns[i], NULL, 10); - if (index <= ns && index > 0) { -- if (i == 0) { -+ if (index == 1) { - g_string_append(str_retv, splitted[index - 1]); - } else { - g_string_append_c(str_retv, '\t'); |