aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjames <james>2012-03-11 10:54:21 +0000
committerjames <james>2012-03-11 10:54:21 +0000
commitf0941764d6f94e99995176ab95f0f5926de71167 (patch)
tree5fa4f52968f65976991d8bbd7def4b6155814107
parent65cf7e27d9197fd7e1ade39f713a80499b98ede7 (diff)
downloadgpt-f0941764d6f94e99995176ab95f0f5926de71167.tar.gz
gpt-f0941764d6f94e99995176ab95f0f5926de71167.tar.bz2
gpt-f0941764d6f94e99995176ab95f0f5926de71167.zip
*** empty log message ***
-rw-r--r--src/gpt.c7
1 files changed, 5 insertions, 2 deletions
diff --git a/src/gpt.c b/src/gpt.c
index 119f66b..a69c35c 100644
--- a/src/gpt.c
+++ b/src/gpt.c
@@ -6,10 +6,13 @@
*
*/
-static char rcsid[] = "$Id: gpt.c,v 1.18 2012/03/11 10:52:06 james Exp $";
+static char rcsid[] = "$Id: gpt.c,v 1.19 2012/03/11 10:54:21 james Exp $";
/*
* $Log: gpt.c,v $
+ * Revision 1.19 2012/03/11 10:54:21 james
+ * *** empty log message ***
+ *
* Revision 1.18 2012/03/11 10:52:06 james
* *** empty log message ***
*
@@ -114,7 +117,7 @@ main (int argc, char *argv[])
fprintf (stderr, "sizeof(off_t)=%d\n", sizeof (off_t));
- while ((c = getopt (argc, argv, "qd:hlsef:unac")) != EOF)
+ while ((c = getopt (argc, argv, "qd:hlsef:g:unac")) != EOF)
{
switch (c)
{