Hello,

Starting from a bugreport I confirm the following problem: when the LIBMISC
library is linked in, this code:

>>>>>>>>>>>>>>
function main()
set date british
? addmonth(ctod('01/01/12'),-2)
? addmonth(ctod('01/01/12'),-12)
? addmonth(ctod('01/01/12'),-13)
? addmonth(ctod('01/01/12'),-1)
wait "end..."
return NIL
<<<<<<<<<<<<<<

produces this output:

>>>>>>>>>>>>>>
  /  /
01/01/11
01/12/11
01/12/12
end...
<<<<<<<<<<<<<<
When LIBMISC library is not linked in, the addmonth function works as
expected in the test code.


Ella
------------------------------------------------------------------------------
RSA(R) Conference 2012
Save $700 by Nov 18
Register now
http://p.sf.net/sfu/rsa-sfdev2dev1
_______________________________________________
xHarbour-developers mailing list
xHarbour-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xharbour-developers

Reply via email to