mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-01 19:26:16 +00:00
"ext" is a pointer
svn path=/trunk/; revision=4884
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
int _wstat (const wchar_t *path, struct stat *buffer)
|
||||
{
|
||||
WIN32_FILE_ATTRIBUTE_DATA fileAttributeData;
|
||||
wchar_t ext;
|
||||
wchar_t *ext;
|
||||
|
||||
if (!buffer)
|
||||
{
|
||||
@@ -61,7 +61,7 @@ int _wstat (const wchar_t *path, struct stat *buffer)
|
||||
__int64 _wstati64 (const wchar_t *path, struct _stati64 *buffer)
|
||||
{
|
||||
WIN32_FILE_ATTRIBUTE_DATA fileAttributeData;
|
||||
wchar_t ext;
|
||||
wchar_t *ext;
|
||||
|
||||
if (!buffer)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user