[NTOSKRNL]
[reactos.git] / reactos / ntoskrnl / fsrtl / dbcsname.c
index 755100b..e523a39 100644 (file)
@@ -285,6 +285,10 @@ FsRtlIsDbcsInExpression(IN PANSI_STRING Expression,
             /* If we are beyond name, we null match */
             if (BeyondName)
             {
+                if (Name->Buffer[NamePosition] == '.')
+                {
+                    NamePosition++;
+                }
                 ExpressionPosition++;
                 continue;
             }