Closed Bug 85250 Opened 24 years ago Closed 23 years ago

Incorrect usage of PR_CWait

Categories

(MailNews Core :: Composition, defect)

defect
Not set
normal

Tracking

(Not tracked)

VERIFIED FIXED
mozilla0.9.6

People

(Reporter: bryner, Assigned: Bienvenu)

Details

(Whiteboard: have fix)

Attachments

(1 file, 1 obsolete file)

In nsMsgCopy::DoCopy, we do: PR_CWait(aCopyListener, 1000UL); We should be using a PRIntervalTime here, and the only portable way to get a PRIntervalTime is to use PR_SecondsToInterval().
Attached patch patch (obsolete) — Splinter Review
R=ducarroz
Status: NEW → ASSIGNED
Keywords: patch, review
Whiteboard: have fix
Target Milestone: --- → mozilla0.9.6
Attachment #37929 - Flags: review+
I don't think we want to wait a whole second...I have a different fix in my tree
Attached patch proposed fixSplinter Review
Attachment #37929 - Attachment is obsolete: true
Comment on attachment 52949 [details] [diff] [review] proposed fix R=ducarroz
Attachment #52949 - Flags: review+
Comment on attachment 52949 [details] [diff] [review] proposed fix sr=mscott
Attachment #52949 - Flags: superreview+
taking
Assignee: ducarroz → bienvenu
Status: ASSIGNED → NEW
fix checked in.
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → FIXED
QA Contact: sheelar → stephend
Verified FIXED using LXR.
Status: RESOLVED → VERIFIED
Product: MailNews → Core
Product: Core → MailNews Core
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: