1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-10 04:22:20 +02:00
This commit is contained in:
Brian Fiete 2023-09-05 06:14:25 -07:00
parent da23ba4aa7
commit a5e3794e6a

View file

@ -442,7 +442,7 @@ namespace System.IO
public PositionRestorer PushPosition(int position)
{
PositionRestorer restorer = .(this, Position);
PositionRestorer restorer = .(this, (.)Position);
Position = position;
return restorer;
}