summaryrefslogtreecommitdiff
path: root/src/combined/nsf_decoder.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/combined/nsf_decoder.c')
-rw-r--r--src/combined/nsf_decoder.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/combined/nsf_decoder.c b/src/combined/nsf_decoder.c
index 01884f267..b1d8e706c 100644
--- a/src/combined/nsf_decoder.c
+++ b/src/combined/nsf_decoder.c
@@ -93,7 +93,7 @@ static void nsf_decode_data (audio_decoder_t *this_gen, buf_element_t *buf) {
this->song_number = buf->content[4];
/* allocate a buffer for the file */
- this->nsf_size = BE_32(&buf->content[0]);
+ this->nsf_size = _X_BE_32(&buf->content[0]);
this->nsf_file = xine_xmalloc(this->nsf_size);
this->nsf_index = 0;