vuplus_xbmc
10 years agofixed, compiler warning. album_art is never used
S. Davilla [Fri, 1 Nov 2013 00:35:00 +0000 (20:35 -0400)]
fixed, compiler warning. album_art is never used

10 years agodarwin, fixed. Cocoa_GL_GetCurrentDisplayID returns an ID, not a CGDisplayModeRef
S. Davilla [Fri, 1 Nov 2013 00:34:18 +0000 (20:34 -0400)]
darwin, fixed. Cocoa_GL_GetCurrentDisplayID returns an ID, not a CGDisplayModeRef

10 years agofixed, compiler warning. kVariableLengthArray is deprecated, use our own enum
S. Davilla [Fri, 1 Nov 2013 00:32:56 +0000 (20:32 -0400)]
fixed, compiler warning. kVariableLengthArray is deprecated, use our own enum

10 years agodepends: fix anoying symlink failure if symlink already exists
S. Davilla [Fri, 1 Nov 2013 00:29:54 +0000 (20:29 -0400)]
depends: fix anoying symlink failure if symlink already exists

10 years agoMerge pull request #3394 from groth-its/fix-pathsubstitution-rss
Sascha Montellese [Thu, 31 Oct 2013 21:08:32 +0000 (14:08 -0700)]
Merge pull request #3394 from groth-its/fix-pathsubstitution-rss

settings: load CAdvancedSettings first to fix CRssManager

10 years agoMerge pull request #3500 from MartijnKaijser/november
Martijn Kaijser [Thu, 31 Oct 2013 20:52:22 +0000 (13:52 -0700)]
Merge pull request #3500 from MartijnKaijser/november

[release] version bump to 13.0 alpha10 as we start new merge window

10 years agoCSettingsManager: SettingsHandlers is std::vector now, because we need
groth-its [Mon, 14 Oct 2013 15:45:52 +0000 (17:45 +0200)]
CSettingsManager: SettingsHandlers is std::vector now, because we need
to preserve the order the handlers where registered. Duplicates are
avoided in CSettingsManager::RegisterSettingsHandler. CSettings: Changed
the order ISettingsHandlers are registered.

10 years agocximage: additional fix for 0e3d1663117cfc6b08081402cfc0104d306ff8ac Gotham_alpha9
Karlson2k [Thu, 31 Oct 2013 16:48:45 +0000 (20:48 +0400)]
cximage: additional fix for 0e3d1663117cfc6b08081402cfc0104d306ff8ac

10 years agoCurlFile: no need for forward declaration if header is included
Karlson2k [Thu, 31 Oct 2013 13:58:34 +0000 (17:58 +0400)]
CurlFile: no need for forward declaration if header is included

10 years agoMerge pull request #3531 from FernetMenta/aefixes
Peter Frühberger [Thu, 31 Oct 2013 13:09:00 +0000 (06:09 -0700)]
Merge pull request #3531 from FernetMenta/aefixes

ActiveAE fixes - Make Pike happy (viz, settings segfault)

10 years agoActiveAE: feed only first 512 samples of an audio buffer into viz
Rainer Hochecker [Thu, 31 Oct 2013 07:16:59 +0000 (08:16 +0100)]
ActiveAE: feed only first 512 samples of an audio buffer into viz

10 years agoActiveAE: fix segfault caused by dangling gui sounds
Rainer Hochecker [Wed, 30 Oct 2013 20:21:51 +0000 (21:21 +0100)]
ActiveAE: fix segfault caused by dangling gui sounds

10 years agosettings: fix best-matching-value detection for lookandfeel.skincolors/skintheme...
montellese [Thu, 31 Oct 2013 09:43:49 +0000 (10:43 +0100)]
settings: fix best-matching-value detection for lookandfeel.skincolors/skintheme/soundskin

10 years agofixed: std::string::find* uses string::npos if char isn't found.
wsoltys [Wed, 30 Oct 2013 18:12:46 +0000 (19:12 +0100)]
fixed: std::string::find* uses string::npos if char isn't found.

10 years agoMerge pull request #3526 from Karlson2k/win32_projects_cleanup_02
wsoltys [Wed, 30 Oct 2013 17:20:10 +0000 (10:20 -0700)]
Merge pull request #3526 from Karlson2k/win32_projects_cleanup_02

Win32 projects cleanup 02

10 years agoMerge pull request #3525 from Karlson2k/win32_libexif_proj_fix_01
wsoltys [Wed, 30 Oct 2013 17:19:14 +0000 (10:19 -0700)]
Merge pull request #3525 from Karlson2k/win32_libexif_proj_fix_01

[win32] fix libexif project:

10 years ago[pre-depends] - fix typo in m4 pre-depend
Memphiz [Wed, 30 Oct 2013 16:43:52 +0000 (17:43 +0100)]
[pre-depends] - fix typo in m4 pre-depend

10 years ago[win32] fix libexif project:
Karlson2k [Wed, 30 Oct 2013 14:42:55 +0000 (18:42 +0400)]
[win32] fix libexif project:
* debug config was broken and not used
* target subsystem was "Console" instead of "Windows"

10 years agoMerge pull request #3523 from Memphiz/maverickshidemenubar
Memphiz [Wed, 30 Oct 2013 15:05:50 +0000 (08:05 -0700)]
Merge pull request #3523 from Memphiz/maverickshidemenubar

[osx/mavericks] - hide the menubar not only when on mainscreen - maveric...

10 years ago[win32] Cleanup: delete old project files
Karlson2k [Wed, 30 Oct 2013 14:54:08 +0000 (18:54 +0400)]
[win32] Cleanup: delete old project files

10 years ago[osx/mavericks] - hide the menubar not only when on mainscreen - mavericks has menuba...
Memphiz [Wed, 30 Oct 2013 01:09:33 +0000 (18:09 -0700)]
[osx/mavericks] - hide the menubar not only when on mainscreen - mavericks has menubars on all screens - always hide them

10 years agojsonrpc: fix "limits" for PVR.GetChannels
montellese [Wed, 30 Oct 2013 09:45:14 +0000 (10:45 +0100)]
jsonrpc: fix "limits" for PVR.GetChannels

10 years agofix to handle 'None' passed as a parameter from python.
Jim Carroll [Wed, 30 Oct 2013 01:00:41 +0000 (21:00 -0400)]
fix to handle 'None' passed as a parameter from python.

10 years agoMerge pull request #3510 from Karlson2k/PlayList_fix_01
jmarshallnz [Tue, 29 Oct 2013 22:28:11 +0000 (15:28 -0700)]
Merge pull request #3510 from Karlson2k/PlayList_fix_01

Fix loading data in CPlayList::LoadData

10 years agoMerge pull request #3517 from Memphiz/mousemavericks
Memphiz [Tue, 29 Oct 2013 21:56:12 +0000 (14:56 -0700)]
Merge pull request #3517 from Memphiz/mousemavericks

[osx/mavericks] - ugly hacked fix for the mouse bug (mouse wasn't able t...

10 years agoMerge pull request #3506 from jmarshallnz/compile_warnings
Martijn Kaijser [Tue, 29 Oct 2013 18:34:40 +0000 (11:34 -0700)]
Merge pull request #3506 from jmarshallnz/compile_warnings

Compile warnings

10 years agoMerge pull request #3392 from garbear/pvrmenu.searchicons
Martijn Kaijser [Tue, 29 Oct 2013 18:30:15 +0000 (11:30 -0700)]
Merge pull request #3392 from garbear/pvrmenu.searchicons

Disable channel icon scan when icon path is empty

10 years agoMerge pull request #3516 from Memphiz/osxmultiscreen
Memphiz [Tue, 29 Oct 2013 17:28:40 +0000 (10:28 -0700)]
Merge pull request #3516 from Memphiz/osxmultiscreen

[osx] - fix windowed/fullscreen transitions with multi screen setups

10 years ago[xcode] - remove stale references to ios6.1 sdk
Memphiz [Tue, 29 Oct 2013 16:29:19 +0000 (17:29 +0100)]
[xcode] - remove stale references to ios6.1 sdk

10 years agofix - clash with StdString's use of the TRACE macro.
Jim Carroll [Tue, 29 Oct 2013 04:23:39 +0000 (00:23 -0400)]
fix - clash with StdString's use of the TRACE macro.

10 years agofix - deadlock on timing of setting the ending status of the PythonInvoker.
Jim Carroll [Tue, 29 Oct 2013 03:23:11 +0000 (23:23 -0400)]
fix - deadlock on timing of setting the ending status of the PythonInvoker.

10 years ago[osx/mavericks] - ugly hacked fix for the mouse bug (mouse wasn't able to move over...
Memphiz [Mon, 28 Oct 2013 23:54:18 +0000 (00:54 +0100)]
[osx/mavericks] - ugly hacked fix for the mouse bug (mouse wasn't able to move over the full screen) - intermediated isolated hacked solution until new windowing is ready

10 years ago[osx] - fix windowed/fullscreen transitions with multi screen setups
Memphiz [Mon, 28 Oct 2013 22:53:07 +0000 (23:53 +0100)]
[osx] - fix windowed/fullscreen transitions with multi screen setups

10 years agofix HasExtension didn't necessarily terminate correctly
Jonathan Marshall [Sun, 27 Oct 2013 05:25:12 +0000 (18:25 +1300)]
fix HasExtension didn't necessarily terminate correctly

10 years agofix compile warning (assignment inside if)
Jonathan Marshall [Sun, 27 Oct 2013 05:24:17 +0000 (18:24 +1300)]
fix compile warning (assignment inside if)

10 years agoMerge pull request #3513 from Karlson2k/rss_reader_fix_01
jmarshallnz [Mon, 28 Oct 2013 22:48:54 +0000 (15:48 -0700)]
Merge pull request #3513 from Karlson2k/rss_reader_fix_01

RssReader::Process: fix: read files with unknown length correctly

10 years agoFix Player.play crash on Windows due to trying to assign NULL to a reference.
Jim Carroll [Mon, 28 Oct 2013 21:55:03 +0000 (17:55 -0400)]
Fix Player.play crash on Windows due to trying to assign NULL to a reference.

10 years agoFix a warning on windows.
Jim Carroll [Mon, 28 Oct 2013 21:54:24 +0000 (17:54 -0400)]
Fix a warning on windows.

10 years agoMerge pull request #3514 from Karlson2k/scraperurl_fix_01
jmarshallnz [Mon, 28 Oct 2013 21:26:34 +0000 (14:26 -0700)]
Merge pull request #3514 from Karlson2k/scraperurl_fix_01

ScraperUrl::Get: fix: avoid race conditions

10 years agoScraperUrl::Get: fix: avoid race conditions
Karlson2k [Mon, 28 Oct 2013 18:36:03 +0000 (22:36 +0400)]
ScraperUrl::Get: fix: avoid race conditions

10 years agoRssReader::Process: fix: read unknown length files correctly
Karlson2k [Mon, 28 Oct 2013 17:43:13 +0000 (21:43 +0400)]
RssReader::Process: fix: read unknown length files correctly

10 years agoPlayList::LoadData: fix loading data
Karlson2k [Mon, 28 Oct 2013 14:30:56 +0000 (18:30 +0400)]
PlayList::LoadData: fix loading data
Seems that it was never work on Win32
Also unify for platforms, remove CStdString

10 years agofixed, really ? I mean really?
S. Davilla [Mon, 28 Oct 2013 01:59:00 +0000 (21:59 -0400)]
fixed, really ? I mean really?

10 years agofixed, Operator '?:' has lower precedence than '*'; '*' will be evaluated first....
S. Davilla [Mon, 28 Oct 2013 01:45:29 +0000 (21:45 -0400)]
fixed, Operator '?:' has lower precedence than '*'; '*' will be evaluated first. Which is wrong :)

10 years agoios: fixed, use full path on XBMCController.h
S. Davilla [Mon, 28 Oct 2013 01:34:34 +0000 (21:34 -0400)]
ios: fixed, use full path on XBMCController.h

10 years agodarwin, fixed, compiler warning. DarwinUtils.h is C linkage so you should not be...
S. Davilla [Sun, 27 Oct 2013 23:22:31 +0000 (19:22 -0400)]
darwin, fixed, compiler warning. DarwinUtils.h is C linkage so you should not be using C++ objects as return or params

10 years agoios: fixed, use full path on XBMCController.h to get the correct file as there are...
S. Davilla [Sun, 27 Oct 2013 23:08:42 +0000 (19:08 -0400)]
ios: fixed, use full path on XBMCController.h to get the correct file as there are two, one for ios and one for atv2

10 years agofixed, compiler warning
S. Davilla [Sun, 27 Oct 2013 15:58:53 +0000 (11:58 -0400)]
fixed, compiler warning

10 years agoMerge pull request #3458 from smspillaz/fix-14644-14645
Martijn Kaijser [Sun, 27 Oct 2013 07:48:34 +0000 (00:48 -0700)]
Merge pull request #3458 from smspillaz/fix-14644-14645

Some simple wayland build fixes for newer mesa versions

10 years agoMerge pull request #3467 from Karlson2k/curlfile_update_03
jmarshallnz [Sun, 27 Oct 2013 01:12:30 +0000 (18:12 -0700)]
Merge pull request #3467 from Karlson2k/curlfile_update_03

CurlFile - update 03

10 years agoHttpHeader: make 'GetProtoLine' inline const
Karlson2k [Sun, 20 Oct 2013 11:52:14 +0000 (15:52 +0400)]
HttpHeader: make 'GetProtoLine' inline const

10 years agoCurlFile: add "GetServerReportedCharset" function
Karlson2k [Sun, 18 Aug 2013 14:14:39 +0000 (18:14 +0400)]
CurlFile: add "GetServerReportedCharset" function

10 years agoHttpHeader: add 'GetCharset' function
Karlson2k [Sun, 20 Oct 2013 11:27:23 +0000 (15:27 +0400)]
HttpHeader: add 'GetCharset' function

10 years agoHttpHeader::GetMimeType: fix: exclude "charset" and other secondary parameters
Karlson2k [Wed, 14 Aug 2013 14:50:02 +0000 (18:50 +0400)]
HttpHeader::GetMimeType: fix: exclude "charset" and other secondary parameters

10 years agoHttpHeader::GetValue: refactoring
Karlson2k [Sun, 20 Oct 2013 10:11:48 +0000 (14:11 +0400)]
HttpHeader::GetValue: refactoring

10 years agoMove all header parsing logic from CurlFile::CReadState::HeaderCallback to CHttpHeade...
Karlson2k [Tue, 13 Aug 2013 22:29:50 +0000 (02:29 +0400)]
Move all header parsing logic from CurlFile::CReadState::HeaderCallback to CHttpHeader::Parse

10 years agoCurlFile::CReadState::HeaderCallback: internally use std::string instead of char*
Karlson2k [Tue, 13 Aug 2013 22:16:19 +0000 (02:16 +0400)]
CurlFile::CReadState::HeaderCallback: internally use std::string instead of char*

10 years agoCurlFile: use HttpHeader:AddParam
Karlson2k [Tue, 13 Aug 2013 21:07:15 +0000 (01:07 +0400)]
CurlFile: use HttpHeader:AddParam

10 years agoHttpHeader: add 'AddParam' function
Karlson2k [Tue, 13 Aug 2013 22:31:59 +0000 (02:31 +0400)]
HttpHeader: add 'AddParam' function

10 years agoMerge pull request #3462 from Karlson2k/curlfile_update_01
jmarshallnz [Sat, 26 Oct 2013 22:00:40 +0000 (15:00 -0700)]
Merge pull request #3462 from Karlson2k/curlfile_update_01

CurlFile - update 01

10 years agoMerge pull request #3497 from Karlson2k/xml_decl_fix_01
Karlson2k [Sat, 26 Oct 2013 21:29:35 +0000 (14:29 -0700)]
Merge pull request #3497 from Karlson2k/xml_decl_fix_01

Add proper "<?xml ..." declaration to most .xml files

10 years agoAdd proper "<?xml ..." declaration to most .xml files
Karlson2k [Fri, 25 Oct 2013 18:12:55 +0000 (22:12 +0400)]
Add proper "<?xml ..." declaration to most .xml files

10 years agodarwin: libshairplay, fixed build on 10.7.x with Xcode 4.6
S. Davilla [Sat, 26 Oct 2013 20:50:34 +0000 (16:50 -0400)]
darwin: libshairplay, fixed build on 10.7.x with Xcode 4.6

10 years agodarwin: fixed build on 10.7.x with Xcode 4.6
S. Davilla [Sat, 26 Oct 2013 20:07:13 +0000 (16:07 -0400)]
darwin: fixed build on 10.7.x with Xcode 4.6

10 years ago[osx] - fix compile after f90170a2605328f4d09b5d6de04d98885f12b3b4
Memphiz [Sat, 26 Oct 2013 15:40:45 +0000 (17:40 +0200)]
[osx] - fix compile after f90170a2605328f4d09b5d6de04d98885f12b3b4

10 years agoMerge pull request #3496 from ace20022/fix_ext_flag_detection
Andreas Zelend [Fri, 25 Oct 2013 19:28:30 +0000 (12:28 -0700)]
Merge pull request #3496 from ace20022/fix_ext_flag_detection

[Util] Fix detection of external subtitles' flags.

10 years ago[WIN32] fixed: added missing directsound return codes.
wsoltys [Fri, 25 Oct 2013 15:11:26 +0000 (17:11 +0200)]
[WIN32] fixed: added missing directsound return codes.

10 years agofixed runtime crash, disable gnutls, missing symbol on 10.6 boxes
S. Davilla [Fri, 25 Oct 2013 13:57:17 +0000 (09:57 -0400)]
fixed runtime crash, disable gnutls, missing symbol on 10.6 boxes

10 years ago[Util] Fix detection of external subtitles' flags.
ace20022 [Fri, 25 Oct 2013 08:06:33 +0000 (10:06 +0200)]
[Util] Fix detection of external subtitles' flags.

10 years ago[ios/atv2/jenkins] - lower default iOS SDK from 4.3 to 4.2 - there is a flaw in 4...
Memphiz [Fri, 25 Oct 2013 06:34:05 +0000 (08:34 +0200)]
[ios/atv2/jenkins] - lower default iOS SDK from 4.3 to 4.2 - there is a flaw in 4.3 (mismatch between runtime and headers) which leads to crashing on iOS < 4.3 when using mysql or smb. Gotham will be the last version with 4.2 SDK - and so iOS 4.2 support.

10 years agoMerge pull request #3495 from t-nelson/droid-clean2
Trent Nelson [Thu, 24 Oct 2013 23:52:49 +0000 (16:52 -0700)]
Merge pull request #3495 from t-nelson/droid-clean2

add apk-clean target

10 years agoremoved stale USE_AMPLAYER
S. Davilla [Thu, 24 Oct 2013 23:02:43 +0000 (19:02 -0400)]
removed stale USE_AMPLAYER

10 years ago[DROID]Added make clean to Android packaging
perpe [Mon, 16 Sep 2013 15:49:39 +0000 (17:49 +0200)]
[DROID]Added make clean to Android packaging

10 years ago[FIX]Make clean dependencies fix
perpe [Mon, 16 Sep 2013 15:47:43 +0000 (17:47 +0200)]
[FIX]Make clean dependencies fix

10 years agoMerge pull request #3483 from davilla/fix-pr3470
davilla [Thu, 24 Oct 2013 19:35:30 +0000 (12:35 -0700)]
Merge pull request #3483 from davilla/fix-pr3470

fixed, include missing change to -isystem from #3470

10 years agowebserver: fix crash on HTTP GET arguments without a "=" (fixes #14650)
montellese [Thu, 24 Oct 2013 19:21:32 +0000 (21:21 +0200)]
webserver: fix crash on HTTP GET arguments without a "=" (fixes #14650)

10 years agoMerge pull request #3484 from ronie/confluence-fixes
Martijn Kaijser [Thu, 24 Oct 2013 07:29:02 +0000 (00:29 -0700)]
Merge pull request #3484 from ronie/confluence-fixes

[Confluence] cleanup

10 years agoMerge pull request #3486 from ronie/m3u
Martijn Kaijser [Thu, 24 Oct 2013 07:25:22 +0000 (00:25 -0700)]
Merge pull request #3486 from ronie/m3u

don't associate m3u playlists with pictures

10 years agoMerge pull request #3481 from Karlson2k/xbmctinyxml_update_03
jmarshallnz [Thu, 24 Oct 2013 03:01:10 +0000 (20:01 -0700)]
Merge pull request #3481 from Karlson2k/xbmctinyxml_update_03

XBMCTinyXml small refactoring

10 years ago[win32] include <stdint.h> in WINJoystick and BitstreamStats
Karlson2k [Thu, 24 Oct 2013 01:24:21 +0000 (05:24 +0400)]
[win32] include <stdint.h> in WINJoystick and BitstreamStats

10 years agoDAVCommon: remove CStdString
Karlson2k [Thu, 24 Oct 2013 01:23:09 +0000 (05:23 +0400)]
DAVCommon: remove CStdString

10 years ago[win32] Remove CStdString from force included win32 precompiled header
Karlson2k [Thu, 24 Oct 2013 01:22:21 +0000 (05:22 +0400)]
[win32] Remove CStdString from force included win32 precompiled header

10 years agoXBMCTinyXML::Parse: remove caseless flag from RegExp
Karlson2k [Wed, 23 Oct 2013 13:27:09 +0000 (17:27 +0400)]
XBMCTinyXML::Parse: remove caseless flag from RegExp

10 years agoXBMCTinyXML::Parse: refactoring: remove unused parameter; call function with std...
Karlson2k [Wed, 23 Oct 2013 13:08:23 +0000 (17:08 +0400)]
XBMCTinyXML::Parse: refactoring: remove unused parameter; call function with std::string (without .c_str())

10 years agoTinyXML::Parse: refactoring: generate RegExp only when needed, use search for char...
Karlson2k [Wed, 23 Oct 2013 13:06:27 +0000 (17:06 +0400)]
TinyXML::Parse: refactoring: generate RegExp only when needed, use search for char instead search for string, const ref param allow to call function directly, without re-copying data to new string

10 years agodon't associate m3u playlists with pictures
ronie [Wed, 23 Oct 2013 23:39:45 +0000 (01:39 +0200)]
don't associate m3u playlists with pictures

10 years agoXBMCTinyXML: refactoring: fully remove CStdString
Karlson2k [Wed, 23 Oct 2013 12:48:08 +0000 (16:48 +0400)]
XBMCTinyXML: refactoring: fully remove CStdString

10 years agoconfluence cleanup
ronie [Wed, 23 Oct 2013 21:11:49 +0000 (23:11 +0200)]
confluence cleanup

10 years agoupdate touched skin
Martijn Kaijser [Wed, 23 Oct 2013 20:07:06 +0000 (22:07 +0200)]
update touched skin

10 years ago[WIN32] added more logging and some smaller changes
wsoltys [Wed, 23 Oct 2013 19:31:39 +0000 (21:31 +0200)]
[WIN32] added more logging and some smaller changes

10 years agofixed, include missing change to -isystem from #3470
S. Davilla [Wed, 23 Oct 2013 14:44:37 +0000 (10:44 -0400)]
fixed, include missing change to -isystem from #3470

10 years ago[release] version bump to 13.0 alpha10 as we start new merge window
Martijn Kaijser [Wed, 23 Oct 2013 13:26:38 +0000 (15:26 +0200)]
[release] version bump to 13.0 alpha10 as we start new merge window

10 years ago[langauge] fix some spelling and clarify "dependencies not met"
Martijn Kaijser [Wed, 23 Oct 2013 13:06:14 +0000 (15:06 +0200)]
[langauge] fix some spelling and clarify "dependencies not met"

10 years agoMerge pull request #3473 from jmarshallnz/actor_order
jmarshallnz [Tue, 22 Oct 2013 18:56:19 +0000 (11:56 -0700)]
Merge pull request #3473 from jmarshallnz/actor_order

Actor order fixes

10 years agoMerge pull request #3478 from koying/quickpr
Chris Browet [Tue, 22 Oct 2013 17:13:48 +0000 (10:13 -0700)]
Merge pull request #3478 from koying/quickpr

FIX: jni c/p typo

10 years agoFIX: jni c/p typo
Chris "Koying" Browet [Tue, 22 Oct 2013 15:52:03 +0000 (17:52 +0200)]
FIX: jni c/p typo

10 years agofix pydocs contents
Martijn Kaijser [Tue, 22 Oct 2013 14:08:10 +0000 (16:08 +0200)]
fix pydocs contents

10 years agosettings: fix value update of string settings depending on the value of another strin...
montellese [Tue, 22 Oct 2013 11:27:49 +0000 (13:27 +0200)]
settings: fix value update of string settings depending on the value of another string setting (fixes #14648)

10 years agowe don't save the value of lookandfeel.skintheme/skincolor with the .xml extension...
montellese [Tue, 22 Oct 2013 11:26:47 +0000 (13:26 +0200)]
we don't save the value of lookandfeel.skintheme/skincolor with the .xml extension (anymore)

10 years agoCLangInfo: fix loading of languages after 92214e362b1b73f9f3629a5e8686709b6191e3dc
montellese [Tue, 22 Oct 2013 11:24:26 +0000 (13:24 +0200)]
CLangInfo: fix loading of languages after 92214e362b1b73f9f3629a5e8686709b6191e3dc