mirror of
https://github.com/Fledge68/WiiFlow_Lite.git
synced 2024-11-01 00:55:06 +01:00
- just in case people don't update their language file.
This commit is contained in:
parent
290b75fcd5
commit
bd6c18802c
BIN
out/boot.dol
BIN
out/boot.dol
Binary file not shown.
Before Width: | Height: | Size: 4.4 MiB After Width: | Height: | Size: 4.4 MiB |
@ -34,6 +34,7 @@ static inline bool fmtCount(const wstringEx &format, int &i, int &s)
|
|||||||
case L'%':
|
case L'%':
|
||||||
state = 0;
|
state = 0;
|
||||||
break;
|
break;
|
||||||
|
case L'u':
|
||||||
case L'i':
|
case L'i':
|
||||||
case L'd':
|
case L'd':
|
||||||
state = 0;
|
state = 0;
|
||||||
@ -51,7 +52,7 @@ static inline bool fmtCount(const wstringEx &format, int &i, int &s)
|
|||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Only handles the cases i need for translations : plain %i and %s
|
// Only handles the cases i need for translations : plain %i, %d, %u, and %s
|
||||||
bool checkFmt(const wstringEx &ref, const wstringEx &format)
|
bool checkFmt(const wstringEx &ref, const wstringEx &format)
|
||||||
{
|
{
|
||||||
int s;
|
int s;
|
||||||
|
Loading…
Reference in New Issue
Block a user