On Wednesday 19 August 2009 15:16:36 Sebastian Trüg wrote:
> I am lost here.
> Consider this little app:
> 
> #include <stdio.h>
> int main(int argc, char* argv[])
> {
>     const char* s = "-0.250000   0.750000";
>     float a = 0.0, b = 0.0;
>     sscanf( s, "%f%f", &a, &b );
>     printf( "%f %f\n", a, b );
> }
> 
> the output is this:
> "-0.250000 0.750000"
> 
> BUT: as soon as I link libnepomuk to it the output changes to:
> "-0,000000 0,000000"

I am having a look at it. It doesn't seem to be libnepomuk, but libkdecore.


Regards,
Rafael Fernández López.

Attachment: signature.asc
Description: This is a digitally signed message part.

_______________________________________________
nepomuk-kde mailing list
nepomuk-kde@semanticdesktop.org
http://lists.semanticdesktop.org/mailman/listinfo/nepomuk-kde

Reply via email to