Skip to content

Commit

Permalink
同上
Browse files Browse the repository at this point in the history
  • Loading branch information
negier committed Dec 9, 2019
1 parent d56932f commit 9a64780
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Code/pcm_mono_to_stereo.c
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ void pcmMonoToStereo(const char* pcmPath,const char* newPcmPath){
return;
}

FILE* newPcm = fopen(newPcmPath,"w");
FILE* newPcm = fopen(newPcmPath,"wb");

int p;
int mark = 0;
Expand Down

0 comments on commit 9a64780

Please sign in to comment.