aboutsummaryrefslogtreecommitdiff
path: root/support.h
diff options
context:
space:
mode:
authorsrs5694 <srs5694@users.sourceforge.net>2010-01-29 17:44:04 -0500
committersrs5694 <srs5694@users.sourceforge.net>2010-01-29 17:44:04 -0500
commite321d444dcca514cf6b53459e388ddcbaab6176c (patch)
tree7c2c07142193cf2a66a958f59fb35d0ee0ca9ca0 /support.h
parent0a6973119c9e9984ad47a6da3231e8d16f996c5c (diff)
downloadgptfdisk-e321d444dcca514cf6b53459e388ddcbaab6176c.tar.gz
Final 0.6.2 release; misc. bug fixes & Windows version
Diffstat (limited to 'support.h')
-rw-r--r--support.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/support.h b/support.h
index 79e62a9..0123ee0 100644
--- a/support.h
+++ b/support.h
@@ -59,7 +59,7 @@ struct GUIDData {
uint64_t data2;
}; // struct GUIDData
-static char theFile[255];
+// static char theFile[255];
int GetNumber(int low, int high, int def, const string & prompt);
char GetYN(void);