Skip to content

Commit

Permalink
Fixed another minor warning.
Browse files Browse the repository at this point in the history
  • Loading branch information
Marco Eichelberg committed Aug 11, 2024
1 parent dd3f41b commit 1400272
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dcmnet/libsrc/dulfsm.cc
Original file line number Diff line number Diff line change
Expand Up @@ -3662,7 +3662,7 @@ defragmentTCP(DcmTransportConnection *connection, DUL_BLOCKOPTIONS block, time_t
int timeout, void *p, unsigned long l, unsigned long *rtnLen)
{
unsigned char *b;
int bytesRead;
ssize_t bytesRead;

/* assign buffer to local variable */
b = (unsigned char *) p;
Expand Down

0 comments on commit 1400272

Please sign in to comment.