Skip to content

Fix direct casts from char* to wchar_t* #26

@jcorrius

Description

@jcorrius

In the code we can find two potentially incorrect cast from an byte string (char *) to a wide-character string (wchar_t *).

CatalanitzadorPerAlWindows/Core/UploadStatisticsThread.cpp:61
CatalanitzadorPerAlWindows/Core/LogFile.cpp:103

We need to use the appropriate conversion functions for this conversions.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions