Re: [PATCH] fixes compiler warning on /test/test_octstr_format.c
Alexander Malysh <[email protected]>
| Newsgroups | gmane.comp.mobile.kannel.devel |
|---|---|
| Message-ID | <[email protected]> |
commited to cvs, thanks!
Am 11.02.2009 um 15:03 schrieb Vincent CHAVANIS:
> oups wrong patch!
>
> here is the new one.
> diff -rauw /gateway-cvs/test/test_octstr_format.c /gateway/test/
> test_octstr_format.c
> --- /gateway-cvs/test/test_octstr_format.c 2009-02-04
> 16:44:32.000000000 +0100
> +++ /gateway/test/test_octstr_format.c 2009-02-11 14:47:47.000000000
> +0100
> @@ -63,7 +63,7 @@
> int main(void)
> {
> Octstr *os, *os2, *os3, *os4, *os5;
> - unsigned long long n = 78234782386423784267234;
> + unsigned long long n = 18446744073709551615ull;
>
> gwlib_init();
>