diff options
author | Jasmin Jessich <jasmin@anw.at> | 2017-05-25 20:44:06 +0200 |
---|---|---|
committer | Jasmin Jessich <jasmin@anw.at> | 2017-05-25 20:44:06 +0200 |
commit | 3e0774c0968dc38178cadb41558302c8a888b875 (patch) | |
tree | 3bd4cadc1b0f5127b54112b153b0a579b4195436 /pages/errors.vim | |
parent | 6c7dc2d68ffd8a2097531e3acfee588a27710586 (diff) | |
download | vdr-plugin-live-3e0774c0968dc38178cadb41558302c8a888b875.tar.gz vdr-plugin-live-3e0774c0968dc38178cadb41558302c8a888b875.tar.bz2 |
Fixed lock order in several files
- It is still not finished, but most of the locks should be in the right
order now.
I am still waiting for a VDR patch to check the lock order dynamically.
Diffstat (limited to 'pages/errors.vim')
-rw-r--r-- | pages/errors.vim | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/pages/errors.vim b/pages/errors.vim new file mode 100644 index 0000000..31e5ff6 --- /dev/null +++ b/pages/errors.vim @@ -0,0 +1,3 @@ +make: menu.ecpp: Command not found +make: channels_widget.ecpp: Command not found +make: *** [channels_widget.cpp] Error 127 |