linphone-developers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Linphone-developers] Typo in mscommon.c


From: Simon Brenner
Subject: [Linphone-developers] Typo in mscommon.c
Date: Thu, 31 May 2012 15:01:30 +0200
User-agent: Mozilla/5.0 (X11; Linux i686; rv:12.0) Gecko/20120524 Thunderbird/12.0.1

Hi,

in mediastreamer2/src/mscommon.c, around line 653, there's the following
code paragraph:

#ifdef PACKAGE_PLUGINS_DIR
    ms_message("Loading ms plugins fron [%s]",PACKAGE_PLUGINS_DIR);
    ms_load_plugins(PACKAGE_PLUGINS_DIR);
#endif

There's a typo in the string: "fron" has to be "from".

Regards,
-Simon.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]