aboutsummaryrefslogtreecommitdiff
path: root/mboxc.lua
diff options
context:
space:
mode:
authorAdrian C. (anrxc) <anrxc@sysphere.org>2010-01-29 16:41:40 +0100
committerAdrian C. (anrxc) <anrxc@sysphere.org>2010-01-29 16:48:01 +0100
commit71566e04840201f13b1e869fd17a3576460dff9a (patch)
treed06b9dfee91197474dcc21aea27333de5749d83f /mboxc.lua
parent8fe4cf436afd24877ebe0fb6d706cbafdc2cc4e7 (diff)
downloadvicious-legacy-71566e04840201f13b1e869fd17a3576460dff9a.tar.xz
dio: further improved support for multiple devices
Diffstat (limited to 'mboxc.lua')
-rw-r--r--mboxc.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/mboxc.lua b/mboxc.lua
index dbe4c86..ff8ff65 100644
--- a/mboxc.lua
+++ b/mboxc.lua
@@ -24,8 +24,8 @@ local function worker(format, warg)
local f = io.open(warg[i])
while true do
- -- Read the mbox line by line, if we are going to read some
- -- *HUGE* folders then switch to reading chunks
+ -- Read the mbox line by line, if we are going to read
+ -- some *HUGE* folders then switch to reading chunks
local lines = f:read("*line")
if not lines then break end