Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Removed a few tabstops to test something on the Mercurial server.
  • Loading branch information
icculus committed Jun 18, 2015
1 parent fb31167 commit 1ab2afd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/platform_winrt.cpp
Expand Up @@ -71,12 +71,12 @@
#define UTF8_TO_UNICODE_STACK_MACRO(w_assignto, str) { \
if (str == NULL) \
w_assignto = NULL; \
else { \
else { \
const PHYSFS_uint64 len = (PHYSFS_uint64) ((strlen(str) + 1) * 2); \
w_assignto = (WCHAR *) __PHYSFS_smallAlloc(len); \
if (w_assignto != NULL) \
PHYSFS_utf8ToUtf16(str, (PHYSFS_uint16 *) w_assignto, len); \
} \
} \
} \

/* Note this counts WCHARs, not codepoints! */
Expand Down

0 comments on commit 1ab2afd

Please sign in to comment.