Skip to content

Commit 196fbe5

Browse files
Yossi LevyYossi Levy
authored andcommitted
Fixing unicode error in IAR compilation
1 parent b84f377 commit 196fbe5

File tree

1 file changed

+1
-1
lines changed
  • components/storage/blockdevice/COMPONENT_FLASHIAP/TESTS/filesystem/fopen

1 file changed

+1
-1
lines changed

components/storage/blockdevice/COMPONENT_FLASHIAP/TESTS/filesystem/fopen/fopen.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -680,7 +680,7 @@ control_t fslittle_fopen_test_05(const size_t call_count)
680680
}
681681

682682

683-
static const char fslittle_fopen_ascii_illegal_buf_g[] = "\"'*+,./:;<=>?[\\]|";
683+
static const char fslittle_fopen_ascii_illegal_buf_g[] = "\"?'*+,./:;<=>?[\\]|";
684684

685685
/** @brief test to call fopen() with filename that in includes
686686
* illegal characters

0 commit comments

Comments
 (0)