Julian Brierley ([EMAIL PROTECTED]) wrote:
> Hans-Juergen Taenzer wrote:
>> doing some tests with the new version, I have encountered a
>> problem:
>>
>> void testva(void)
>> {
>>char *s;
>>unsigned long ul1 = 0x7FFF;
>>unsigned long ul2 = 0x;
>>
>>s = sqlit
Hans-Juergen Taenzer wrote:
hello,
doing some tests with the new version, I have encountered a problem:
void testva(void)
{
char *s;
unsigned long ul1 = 0x7FFF;
unsigned long ul2 = 0x;
s = sqlite3_mprintf("%lu", ul1);
printf("ul1: %lx, %s\n", ul1, s);
s = sqlite3_mprin
hello,
doing some tests with the new version, I have encountered a problem:
void testva(void)
{
char *s;
unsigned long ul1 = 0x7FFF;
unsigned long ul2 = 0x;
s = sqlite3_mprintf("%lu", ul1);
printf("ul1: %lx, %s\n", ul1, s);
s = sqlite3_mprintf("%lu", ul2);
3 matches
Mail list logo