diff options
| author | Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de> | 2013-01-04 19:37:47 +0100 |
|---|---|---|
| committer | Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de> | 2013-01-04 19:37:47 +0100 |
| commit | 6bc3e5894a61967e655f6d2452d2331881f0423b (patch) | |
| tree | b5c6b54b9100d385254690e6277104e030d0f0bb | |
| parent | 7730ac79f86f0c49087ba8de88f105173d75ab72 (diff) | |
| download | vdr-plugin-inputdev-6bc3e5894a61967e655f6d2452d2331881f0423b.tar.gz vdr-plugin-inputdev-6bc3e5894a61967e655f6d2452d2331881f0423b.tar.bz2 | |
initialize dev_t_
| -rw-r--r-- | inputdev.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/inputdev.cc b/inputdev.cc index 40e4165..2f9ea72 100644 --- a/inputdev.cc +++ b/inputdev.cc @@ -220,7 +220,7 @@ public: cInputDevice::cInputDevice(cInputDeviceController &controller, cString const &dev_path) : - controller_(controller), dev_path_(dev_path), fd_(-1), + controller_(controller), dev_path_(dev_path), fd_(-1), dev_t_(0), container(NULL) { } |
