VirtualBox

Changeset 102323 in vbox for trunk/src/libs/xpcom18a4/ipc


Ignore:
Timestamp:
Nov 27, 2023 3:00:21 PM (14 months ago)
Author:
vboxsync
Message:

libs/xpcom: Replace PL_strlen with strlen and get rid of it, bugref:10545

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/libs/xpcom18a4/ipc/ipcd/extensions/transmngr/src/tmTransactionService.cpp

    r102175 r102323  
    194194                              NS_OK,                         // default status
    195195                              (PRUint8 *)joinedQueueName,    // qName gets copied
    196                               PL_strlen(joinedQueueName)+1))) { // message length
     196                              strlen(joinedQueueName)+1))) { // message length
    197197    // send the attach msg
    198198    SendMessage(&trans, PR_TRUE);  // synchronous
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette