Skip to content

Commit

Permalink
outdir
Browse files Browse the repository at this point in the history
  • Loading branch information
chiyuzhang94 committed May 9, 2018
1 parent 1f89fdf commit dd322f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/detector.c
Original file line number Diff line number Diff line change
Expand Up @@ -1135,7 +1135,7 @@ void test_detector_file(char *datacfg, char *cfgfile, char *weightfile, char *fi
char buff3[256];
char * imgName = buff2;
char * saveName = buff3;
strncpy(saveName, outfile, 256);
//strncpy(saveName, outfile, 256);
strncpy(imgName, input, 256);
int imgName_len = strlen(imgName);
//extract filename
Expand Down

0 comments on commit dd322f8

Please sign in to comment.