ossp-pkg/lmtp2nntp/lmtp2nntp_msg.c 1.11 -> 1.12
--- lmtp2nntp_msg.c 2002/05/23 08:35:12 1.11
+++ lmtp2nntp_msg.c 2002/05/23 09:13:20 1.12
@@ -661,12 +661,6 @@
*pnOut = strlen(*cppOut);
}
else {
- /*FIXME interesting lib_var behaviour:
- *cppOut = NULL; returning NULL with size/out=0 means not expandable and keeps the current value
- *cppOut = (char *)mallocex(0); returning any freeable pointer with size/out=0 means empty value
- *pnOutsize = 0;
- *pnOut = 0;
- */
*cppOut = (char *)mallocex(0); //FIXME is this portable?
*pnOutsize = 0;
*pnOut = 0;
|
|