Comment 326 for bug 195698

Revision history for this message
In , oneguycoding (steeve-oneguycoding) wrote :

Not sure what the style guidelines suggest for mozilla apps, but this approach,

>+ if (NS_ERROR_IN_PROGRESS == rv) {

catches this error during compilation,

if (NS_ERROR_IN_PROGRESS = rv)