We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5128e43 + f96c06f commit e98d803Copy full SHA for e98d803
helpers/flipchess_file.c
@@ -1,6 +1,5 @@
1
#include "flipchess_file.h"
2
#include <storage/storage.h>
3
-#include <applications.h>
4
#include <loader/loader.h>
5
6
// #define FLIPCHESS_APP_BASE_FOLDER APP_BOARDA_PATH("flipchess")
sam/stm32_sam.cpp
@@ -5400,15 +5400,14 @@ void STM32SAM::sam(
5400
}
5401
5402
5403
+ if(i < 256) {
5404
+ input[i] = phonetic ? '\x9b' : '[';
5405
+ }
5406
+
5407
if(!phonetic) {
- strncat(input, "[", 256);
5408
if(!TextToPhonemes((unsigned char*)input)) {
- // PrintUsage();
5409
return;
5410
-
- } else {
5411
- strncat(input, "\x9b", 256);
5412
5413
5414
SetInput(input);
0 commit comments