OSDN Git Service

Fix output when -m is not passed
authorColin Cross <ccross@android.com>
Wed, 16 Sep 2015 23:31:31 +0000 (16:31 -0700)
committerColin Cross <ccross@android.com>
Thu, 17 Sep 2015 18:12:57 +0000 (18:12 +0000)
commit42a075379e6e3e3547a8d0d0d4229c192e537612
treeab16d9db65391a59e29179438b66ae656956866d
parent53133315827837d913ed126914e3489ba06429fb
Fix output when -m is not passed

limit == -1 was being treated as limit == 0, and no tasks were being
printed.

Change-Id: Ie4ec278249bc750a3494e55d483dd983bf7bbdc3
iotop/iotop.cpp