summarylogtreecommitdiffstats
path: root/driconf_simpleui.patch
diff options
context:
space:
mode:
Diffstat (limited to 'driconf_simpleui.patch')
-rw-r--r--driconf_simpleui.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/driconf_simpleui.patch b/driconf_simpleui.patch
new file mode 100644
index 000000000000..814d64ad5cb5
--- /dev/null
+++ b/driconf_simpleui.patch
@@ -0,0 +1,13 @@
+--- driconf_simpleui-original.py 2013-09-14 18:28:51.783220606 -0600
++++ driconf_simpleui.py 2013-09-14 18:31:01.143223727 -0600
+@@ -266,8 +266,8 @@
+ j = i
+ break
+ i = i - 1
+- if i < chars/3:
+- i = chars
++ else:
++ i = j = chars
+ head, tail = head + tail[:i] + '\n', tail[j:]
+ return head
+