.
This commit is contained in:
5
main.c
5
main.c
@@ -16,7 +16,6 @@
|
||||
*/
|
||||
|
||||
#define _BSD_SOURCE 1
|
||||
#define __STDC_WANT_LIB_EXT1__ 1
|
||||
#include <stdlib.h>
|
||||
#include <stdio.h>
|
||||
#include <stdint.h>
|
||||
@@ -159,11 +158,11 @@ int main(int argc, char **argv)
|
||||
break;
|
||||
|
||||
case 'l':
|
||||
strcpy_s(sOptions.szLogFileName, 2048, optarg);
|
||||
strcpy(sOptions.szLogFileName, optarg);
|
||||
break;
|
||||
|
||||
case 't':
|
||||
strcpy_s(sOptions.szTSVFile, 2048, optarg);
|
||||
strcpy(sOptions.szTSVFile, optarg);
|
||||
break;
|
||||
|
||||
case 'h':
|
||||
|
||||
Reference in New Issue
Block a user