|
Check-in Number:
|
2152 | |
| Date: |
2002-May-23 11:34:27 (local)
2002-May-23 09:34:27 (UTC) |
| User: | thl |
| Branch: | |
| Comment: |
yes, at least on FreeBSD, LINUX and Solaris8 |
| Tickets: |
|
| Inspections: |
|
| Files: |
|
ossp-pkg/lmtp2nntp/lmtp2nntp_msg.c 1.12 -> 1.13
--- lmtp2nntp_msg.c 2002/05/23 09:13:20 1.12
+++ lmtp2nntp_msg.c 2002/05/23 09:34:27 1.13
@@ -661,7 +661,7 @@
*pnOut = strlen(*cppOut);
}
else {
- *cppOut = (char *)mallocex(0); //FIXME is this portable?
+ *cppOut = (char *)mallocex(0);
*pnOutsize = 0;
*pnOut = 0;
}
|
|