RE: sprintf with mips

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



How is insertvalues defined?

Gary

-----Original Message-----
From: linux-c-programming-owner@xxxxxxxxxxxxxxx
[mailto:linux-c-programming-owner@xxxxxxxxxxxxxxx] On Behalf Of
Christian Stalp
Sent: Wednesday, February 06, 2008 11:16 AM
To: linux-c-programming@xxxxxxxxxxxxxxx
Subject: sprintf with mips

Hello out there,
are there any known problems with sprintf under mips? I spend some time
to make this code runnable:

sprintf(insertvalues, " %d , ' %s ' , %d ", counter, "192.168.1.1",
mytraffic->num_frames);
printf("input-string: %s\n", insertvalues);

This works properly under x86 but if I run this under mips, the string
is empty! Even if the variable 'counter' is uninitialized or
'mytraffic->num_frames' (which is not the case, I can see the values if
I dump them directly with printf) there should be at least that
IP-address-string which should be inserted! This is weired. Has anybody
an idea what the problem is here?

Thank you.

Gruss Christian

-
To unsubscribe from this list: send the line "unsubscribe linux-c-programming" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html

[Index of Archives]     [Linux Assembler]     [Git]     [Kernel List]     [Fedora Development]     [Fedora Announce]     [Autoconf]     [C Programming]     [Yosemite Campsites]     [Yosemite News]     [GCC Help]

  Powered by Linux