compilation issue
This commit is contained in:
parent
78abcf23e7
commit
85e983dbb1
|
|
@ -90,7 +90,7 @@ main(int argc, char **argv) {
|
|||
break;
|
||||
|
||||
case 'b':
|
||||
binary_output_filename = Filename::binary_filename(optarg);
|
||||
binary_output_filename = Filename::binary_filename(string(optarg));
|
||||
break;
|
||||
|
||||
case 'q':
|
||||
|
|
|
|||
Loading…
Reference in New Issue