From d2a00d70579f6f71b638c39c8b3e11385e0376a3 Mon Sep 17 00:00:00 2001 From: "Adrian C. (anrxc)" Date: Sat, 2 Jan 2010 22:51:34 +0100 Subject: Next release, tag 1.0.22 --- CHANGES | 5 +++++ net.lua | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGES b/CHANGES index 29ab081..a053efa 100644 --- a/CHANGES +++ b/CHANGES @@ -2,6 +2,11 @@ Full changelog is available online: http://git.sysphere.org/vicious/log/?showmsg=1 --------------------------------------------------- +15dd6ea vicious: update copyright +9e37225 pacman: remove 3.2 example, add ignores+deps example +cedf171 wifi: return numbers without notations +fba4db6 weather: fix parsing of negative temperatures +2100ea1 Next release, tag 1.0.21 9b5efc7 cpu: simplified table initialization 9150063 dio: preliminary support for multiple devices b4031d2 dio: return separated read and write statistics diff --git a/net.lua b/net.lua index a4ed56f..1a98b6f 100644 --- a/net.lua +++ b/net.lua @@ -53,7 +53,7 @@ local function worker(format) uformat(args, name .. " rx", recv) uformat(args, name .. " tx", send) - if nets[name] == nil then + if nets[name] == nil then -- Default values on the first run nets[name] = {} uformat(args, name .. " down", 0) -- cgit v1.2.3