mirror of
https://github.com/tihmstar/futurerestore.git
synced 2024-12-22 17:35:29 +00:00
fixed version display
This commit is contained in:
parent
923d8168e5
commit
e4332ed20a
|
@ -6,7 +6,6 @@
|
|||
// Copyright © 2016 tihmstar. All rights reserved.
|
||||
//
|
||||
|
||||
#include <libgeneral/macros.h>
|
||||
|
||||
#include <iostream>
|
||||
#include <getopt.h>
|
||||
|
@ -20,8 +19,13 @@
|
|||
|
||||
extern "C"{
|
||||
#include "tsschecker.h"
|
||||
#undef VERSION_COMMIT_SHA
|
||||
#undef VERSION_COMMIT_COUNT
|
||||
};
|
||||
|
||||
#include <libgeneral/macros.h>
|
||||
|
||||
|
||||
static struct option longopts[] = {
|
||||
{ "apticket", required_argument, NULL, 't' },
|
||||
{ "baseband", required_argument, NULL, 'b' },
|
||||
|
|
Loading…
Reference in a new issue