зеркало из https://github.com/mozilla/pjs.git
Fixing mac build. Forgot to check in the mac build system change :-(.
Also forgot a little debug change.
This commit is contained in:
Родитель
1200d1493b
Коммит
1488e087c4
|
@ -443,6 +443,10 @@ nsMimeBaseEmitter::Write(const char *buf, PRUint32 size, PRUint32 *amountWritten
|
|||
nsresult rv = NS_OK;
|
||||
PRUint32 needToWrite;
|
||||
|
||||
#ifdef DEBUG_BenB
|
||||
// If you want to see libmime output...
|
||||
printf("%s", buf);
|
||||
#endif
|
||||
|
||||
PR_LOG(gMimeEmitterLogModule, PR_LOG_ALWAYS, (buf));
|
||||
//
|
||||
|
|
Разница между файлами не показана из-за своего большого размера
Загрузить разницу
Загрузка…
Ссылка в новой задаче