Skip to content

Commit 9a9cd36

Browse files
set unix separator
1 parent 641af43 commit 9a9cd36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/AvTranscoder/Profile.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ void Profile::loadProfiles()
3333
if( const char* envAvProfiles = std::getenv("AVPROFILES") )
3434
{
3535
std::vector< std::string > paths;
36-
split( paths, envAvProfiles, ";" );
36+
split( paths, envAvProfiles, ":" );
3737
for( std::vector< std::string >::iterator it = paths.begin(); it != paths.end(); ++it )
3838
{
3939
std::cout << "search profile in path " << *it << std::endl;

0 commit comments

Comments
 (0)