Preparing for next version of CTDB

This commit is contained in:
chudov
2011-10-30 23:39:20 +00:00
parent b84f1de118
commit a9ca6e2137
4 changed files with 39 additions and 19 deletions

View File

@@ -7,7 +7,7 @@ namespace CUETools.CTDB
public class CTDBResponseEntry
{
[XmlAttribute]
public string id { get; set; }
public long id { get; set; }
[XmlAttribute]
public string crc32 { get; set; }
[XmlAttribute]