We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 128156f commit ba37f81Copy full SHA for ba37f81
src/FirebirdSql.Data.FirebirdClient/Client/Managed/Version10/GdsBlob.cs
@@ -225,7 +225,7 @@ public override void GetSegment(Stream stream)
225
226
if (buffer.Length == 0)
227
{
228
- // previous segment was last, this has no data
+ // previous segment was last, this has no data
229
return;
230
}
231
@@ -380,7 +380,7 @@ public override async ValueTask<byte[]> GetSegmentAsync(CancellationToken cancel
380
381
382
383
384
return Array.Empty<byte>();
385
386
0 commit comments