diff options
| author | james <james> | 2012-03-11 10:54:21 +0000 | 
|---|---|---|
| committer | james <james> | 2012-03-11 10:54:21 +0000 | 
| commit | f0941764d6f94e99995176ab95f0f5926de71167 (patch) | |
| tree | 5fa4f52968f65976991d8bbd7def4b6155814107 /src | |
| parent | 65cf7e27d9197fd7e1ade39f713a80499b98ede7 (diff) | |
| download | gpt-f0941764d6f94e99995176ab95f0f5926de71167.tar.gz gpt-f0941764d6f94e99995176ab95f0f5926de71167.tar.bz2 gpt-f0941764d6f94e99995176ab95f0f5926de71167.zip | |
*** empty log message ***
Diffstat (limited to 'src')
| -rw-r--r-- | src/gpt.c | 7 | 
1 files changed, 5 insertions, 2 deletions
| @@ -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)          { | 
