[NTOSKRNL]
[reactos.git] / reactos / ntoskrnl / fsrtl / dbcsname.c
index e2c564e..e7a31c6 100644 (file)
@@ -220,7 +220,7 @@ FsRtlIsDbcsInExpression(IN PANSI_STRING Expression,
             {
                 if (Name->Buffer[MatchingChars] == '.')
                 {
-                    NamePosition = MatchingChars;
+                    NamePosition = MatchingChars + 1;
                 }
                 MatchingChars++;
             }