Skip to content

Commit 7271329

Browse files
committed
load_669: change songname type from 'signed char' to plain char.
1 parent e644187 commit 7271329

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/load_669.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
typedef struct tagFILEHEADER669
1818
{
1919
WORD sig; // 'if' or 'JN'
20-
signed char songmessage[108]; // Song Message
20+
char songmessage[108]; // Song Message
2121
BYTE samples; // number of samples (1-64)
2222
BYTE patterns; // number of patterns (1-128)
2323
BYTE restartpos;

0 commit comments

Comments
 (0)