Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit ba37f81

Browse files
Fix comments
1 parent 128156f commit ba37f81

File tree

1 file changed

+2
-2
lines changed
  • src/FirebirdSql.Data.FirebirdClient/Client/Managed/Version10

1 file changed

+2
-2
lines changed

‎src/FirebirdSql.Data.FirebirdClient/Client/Managed/Version10/GdsBlob.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ public override void GetSegment(Stream stream)
225225

226226
if (buffer.Length == 0)
227227
{
228-
// previoussegmentwaslast, this has no data
228+
// previoussegmentwaslast, this has no data
229229
return;
230230
}
231231

@@ -380,7 +380,7 @@ public override async ValueTask<byte[]> GetSegmentAsync(CancellationToken cancel
380380

381381
if (buffer.Length == 0)
382382
{
383-
// previoussegmentwaslast, this has no data
383+
// previoussegmentwaslast, this has no data
384384
return Array.Empty<byte>();
385385
}
386386

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /