Skip to content

Commit 24fe207

Browse files
committed
Correct variable signedness
1 parent 3a4200d commit 24fe207

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

audio.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1134,7 +1134,7 @@ int audio_flush (int a)
11341134
{
11351135
#if USE_ALSA
11361136
int k;
1137-
char *psound;
1137+
unsigned char *psound;
11381138
int retries = 10;
11391139
snd_pcm_status_t *status;
11401140

0 commit comments

Comments
 (0)