Skip to content

Commit

Permalink
fix VS2022 warning
Browse files Browse the repository at this point in the history
  • Loading branch information
willamowius committed Jan 15, 2024
1 parent f0fef5b commit c01afdc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ptclib/vcard.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -554,7 +554,7 @@ void PvCard::PrintOn(ostream & strm) const
strm << "END:vCard\n";
}

strm.iword(previous_iword);
strm.iword(0) = previous_iword;
}


Expand Down

0 comments on commit c01afdc

Please sign in to comment.