Skip to content

Commit

Permalink
fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
jhyume committed Dec 15, 2015
1 parent bd4140f commit 206c3e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/build.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ main( int argc, char **argv )
{
Initialize();
//ADD your own paths here!!!
ProcessBuildRes("YOUT_PATH_OF_MUSIC_FILES", "YOUR_PATH_OF_DATABASE_FILE");
ProcessBuildRes(argv[1], argv[2]);
unInitialize();
return 0;
}

0 comments on commit 206c3e6

Please sign in to comment.