Re: BUG Commit within samba-network dir
From: Ben Voigt <richardvoigt_at_gmail.com>
Date: Mon, 25 Aug 2008 16:47:02 -0700 (PDT)
On Aug 25, 11:02 pm, hsm <m..._at_arch-m.de> wrote:
Still Stefan is probably correct. You are victim of the erroneous
For example:
int abs(x) { return x * x; } // squaring always makes it positive
assert(abs(-1) == 1); // PASS
So far, everything is ok. The abs function performs correctly in
Now there is another program that calls abs(-5) and this program
Where is the bug?
---------------------------------------------------------------------
|
This is an archived mail posted to the TortoiseSVN Users mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.