repeating: use wb+
mode only in sequential mode
This commit is contained in:
parent
755336c103
commit
c6e126f2bd
@ -217,7 +217,7 @@ main(void)
|
|||||||
// 1. open file
|
// 1. open file
|
||||||
FILE* output_file = fopen(OUTPUT_FILE,
|
FILE* output_file = fopen(OUTPUT_FILE,
|
||||||
"wb"
|
"wb"
|
||||||
#if REPEAT_TIMES > 0
|
#if REPEAT_TIMES > 0 && SEQUENTIAL_MODE
|
||||||
"+"
|
"+"
|
||||||
#endif
|
#endif
|
||||||
);
|
);
|
||||||
|
Loading…
Reference in New Issue
Block a user