Some JMA format and code improvements.

This commit is contained in:
n-a-c-h
2004-11-26 01:26:50 +00:00
parent 1c7223557d
commit 760e6a53a5
3 changed files with 25 additions and 12 deletions

View File

@@ -46,8 +46,8 @@ namespace JMA
struct jma_file_info : jma_file_info_base
{
unsigned int date;
unsigned int time;
unsigned short date;
unsigned short time;
const unsigned char *buffer;
};