From 935e73a83f99b98a85f341a401e343cb02bb151d Mon Sep 17 00:00:00 2001 From: Paul XPS Date: Thu, 7 Feb 2019 16:05:04 -0600 Subject: [PATCH] fixing -k flag. --- host/source/inlprog.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/host/source/inlprog.c b/host/source/inlprog.c index 66ee95f..097d39f 100644 --- a/host/source/inlprog.c +++ b/host/source/inlprog.c @@ -99,7 +99,7 @@ INLOptions* parseOptions(int argc, char *argv[]) { }; // FLAG_FORMAT must be kept in sync with any short options used in longopts. - const char *FLAG_FORMAT = "a:b:hc:d:m:p:s:v:w:x:y:z:"; + const char *FLAG_FORMAT = "a:b:hc:d:k:m:p:s:v:w:x:y:z:"; int index = 0; int rv = 0; int kbyte = 0; @@ -380,4 +380,4 @@ error: printf("Fatal error encountered, exiting.\n"); cleanup(context, transfer, L); return 1; -} \ No newline at end of file +}