mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 12:23:31 +00:00
[UTF16LE]
Try to fix build svn path=/trunk/; revision=72427
This commit is contained in:
@@ -279,12 +279,12 @@ int main(int argc, char* argv[])
|
||||
|
||||
utf_converter::bom_types bom_type = utf_converter::bom;
|
||||
|
||||
if (argc == 4 && _stricmp(argv[3], "nobom") == 0)
|
||||
if (argc == 4 && stricmp(argv[3], "nobom") == 0)
|
||||
{
|
||||
bom_type = utf_converter::nobom;
|
||||
}
|
||||
|
||||
utf_converter conv(argv[1],argv[2], bom_type);
|
||||
utf_converter conv(argv[1], argv[2], bom_type);
|
||||
|
||||
if ((err = conv.getError())!=utf_converter::none)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user