Lastest version of VLS / Bug in VLS
Claude Duvallet <[email protected]>
| Newsgroups | gmane.comp.video.videolan.vls.devel |
|---|---|
| Organization | LIT/ENSTB |
| Message-ID | <[email protected]> |
Hello,
I would like to know why I can't get the version 0.5.0 by CVS. When I
use cvs, I retrieve the version 0.4.5. It's strange ...
So I get the tarball and I install it. I notice than when I add a
program by the telnet administration with a name containing capitals, it
is registred in minuscules.
I have found where is the problem :
* I change a line in the file application.h
* I replace "{ m_cSettings.Update(strKey.ToLower(), strValue.ToLower());
}" by "{ m_cSettings.Update(strKey.ToLower(), strValue); }
"
Now It works but I don't know if It can have consequences on other parts
of the code.
--
================================================
Claude Duvallet
LIT, ENST Bretagne
Technopole Brest Iroise
BP 832
29285 Brest Cedex
Tel : (0|33) 229 001 502
Fax : (0|33) 229 001 282
Courriel : [email protected]
http://perso-info.enst-bretagne.fr/~cduvalle
================================================
--
This is the vls-devel mailing-list, see http://www.videolan.org/streaming/
To unsubscribe, please read http://developers.videolan.org/lists.html
If you are in trouble, please contact <[email protected]>