minor output change, added simple test to makefile

This commit is contained in:
Egan Ford 2017-04-02 10:56:23 -06:00
parent ec117e4d9e
commit 51091a08c5
4 changed files with 5 additions and 1 deletions

View File

@ -15,3 +15,7 @@ bin/c2d.exe: c2d.c c2d.h
clean:
rm -f bin/*
test: gameserverclient bin/c2d bin/c2d.exe
./test.sh

BIN
bin/c2d

Binary file not shown.

Binary file not shown.

2
c2d.c
View File

@ -125,7 +125,7 @@ int main(int argc, char **argv)
return 1;
}
fprintf(stderr,"Reading %s, type %s, start: $",filename,filetypes[inputtype]);
fprintf(stderr,"Reading %s, type %s, load address: $",filename,filetypes[inputtype]);
if(inputtype == BINARY) {
unsigned char b;