[vlmc-devel] commit: EffectsEngine: Win32: Use the correct win32 directory separator ( =?UTF-8?Q?Hugo=20Beauz=C3=A9e=2DLuyssen?==?UTF-8?Q?=20?=)
git at videolan.org
git at videolan.org
Wed Dec 29 17:57:48 CET 2010
vlmc | branch: master | Hugo Beauzée-Luyssen <beauze.h at gmail.com> | Wed Dec 29 17:56:54 2010 +0100| [c17cfe1eda06bbdec98514d414667ba2bcf2169b] | committer: Hugo Beauzée-Luyssen
EffectsEngine: Win32: Use the correct win32 directory separator
> http://git.videolan.org/gitweb.cgi/vlmc.git/?a=commit;h=c17cfe1eda06bbdec98514d414667ba2bcf2169b
---
src/EffectsEngine/EffectsEngine.cpp | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/EffectsEngine/EffectsEngine.cpp b/src/EffectsEngine/EffectsEngine.cpp
index 18801b5..d62d933 100644
--- a/src/EffectsEngine/EffectsEngine.cpp
+++ b/src/EffectsEngine/EffectsEngine.cpp
@@ -153,7 +153,7 @@ EffectsEngine::loadEffects()
else
{
qWarning() << "Failed to get application directory. Using current path.";
- pathList << QDir::currentPath() + "/effects/";
+ pathList << QDir::currentPath() + "\\effects\\";
}
#endif
qDebug() << "Loading effects from:" << pathList;
More information about the Vlmc-devel
mailing list