From e321d444dcca514cf6b53459e388ddcbaab6176c Mon Sep 17 00:00:00 2001 From: srs5694 Date: Fri, 29 Jan 2010 17:44:04 -0500 Subject: Final 0.6.2 release; misc. bug fixes & Windows version --- support.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'support.cc') diff --git a/support.cc b/support.cc index 3e4ad6c..3137635 100644 --- a/support.cc +++ b/support.cc @@ -204,7 +204,7 @@ string BytesToSI(uint64_t size) { // Convert a GUID to a string representation, suitable for display // to humans.... string GUIDToStr(struct GUIDData theGUID) { - unsigned long long blocks[11], block; + unsigned long long blocks[11]; char theString[40]; theString[0] = '\0';; -- cgit v1.2.1