diff options
| author | 2010-10-17 17:22:11 +0000 | |
|---|---|---|
| committer | 2010-10-17 17:22:11 +0000 | |
| commit | 5fda833b5154e6649047b72b83c9b4facaf23053 (patch) | |
| tree | 42bcc38e551bc120047926043f250bfee051479c /src/modules/dcc/requests.cpp | |
| parent | updated po{,t} files (diff) | |
| download | KVIrc-5fda833b5154e6649047b72b83c9b4facaf23053.tar.gz KVIrc-5fda833b5154e6649047b72b83c9b4facaf23053.tar.bz2 KVIrc-5fda833b5154e6649047b72b83c9b4facaf23053.zip | |
probable compilation fix
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5086 17fca916-40b9-46aa-a4ea-0a15b648b75c
Diffstat (limited to 'src/modules/dcc/requests.cpp')
| -rw-r--r-- | src/modules/dcc/requests.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/modules/dcc/requests.cpp b/src/modules/dcc/requests.cpp index 37ae55525..0d053c706 100644 --- a/src/modules/dcc/requests.cpp +++ b/src/modules/dcc/requests.cpp @@ -1082,8 +1082,7 @@ static void dccModuleParseDccVideo(KviDccRequest *dcc) __tr2qs_ctx("The above request cannot be accepted: DCC VIDEO support not enabled at compilation time ","dcc")); return; } -#endif -#ifndef COMPILE_DISABLE_DCC_VIDEO +#else // Actually unused parameter if(!kvi_dcc_video_is_valid_codec(dcc->szParam1.ptr())) { |
