| commit | 46b35b2c7f66d31ef639026344da50b7b08d8162 | [log] [tgz] |
|---|---|---|
| author | Hisham Muhammad <hisham@gobolinux.org> | Wed Nov 08 20:09:12 2006 +0000 |
| committer | Hisham Muhammad <hisham@gobolinux.org> | Wed Nov 08 20:09:12 2006 +0000 |
| tree | 6ab0868ec63bbc4d5a3a9a8c0a52ae5acb0bc281 | |
| parent | b25ac6b0f787eb925690c6ee48a1f0cf6dc2d560 [diff] [blame] |
Initialize variable.
diff --git a/Process.c b/Process.c index 50aac7c..e0d9b35 100644 --- a/Process.c +++ b/Process.c
@@ -132,6 +132,7 @@ this->utime = 0; this->stime = 0; this->comm = NULL; + this->indent = 0; if (Process_getuid == -1) Process_getuid = getuid(); return this; }