Eliminate gcc warning in dso_win32.c.
This commit is contained in:
@@ -308,8 +308,8 @@ static struct file_st *win32_splitter(DSO *dso, const char *filename,
|
|||||||
memset(result, 0, sizeof(struct file_st));
|
memset(result, 0, sizeof(struct file_st));
|
||||||
position = IN_DEVICE;
|
position = IN_DEVICE;
|
||||||
|
|
||||||
if(filename[0] == '\\' && filename[1] == '\\'
|
if((filename[0] == '\\' && filename[1] == '\\')
|
||||||
|| filename[0] == '/' && filename[1] == '/')
|
|| (filename[0] == '/' && filename[1] == '/'))
|
||||||
{
|
{
|
||||||
position = IN_NODE;
|
position = IN_NODE;
|
||||||
filename += 2;
|
filename += 2;
|
||||||
|
Reference in New Issue
Block a user