fixed bug in previous checking

This commit is contained in:
Arvid Norberg 2006-07-23 19:50:57 +00:00
parent 5366971c39
commit 8234e9c12f
1 changed files with 4 additions and 4 deletions

View File

@ -71,10 +71,10 @@ namespace libtorrent
}
char name[2];
char major_version;
char minor_version;
char revision_version;
char tag_version;
int major_version;
int minor_version;
int revision_version;
int tag_version;
private: