Skip to content

Commit

Permalink
長い音のデコードが正しくない事があった問題を修正しました。
Browse files Browse the repository at this point in the history
  • Loading branch information
Naoyuki Sawa committed Aug 18, 2017
1 parent 977629a commit a28ea5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion part.c
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
*/
int read_notes(struct pmd* pmd, uint8_t** pp)
{
uint8_t n;
int n;
while(1) {
if(pmd->return_addr != 0
&& (*pp - pmd->buffer) == pmd->return_addr) {
Expand Down

0 comments on commit a28ea5d

Please sign in to comment.