>> rv = fscanf(input, "%s %d %lf %lf %lf %lf", &c, &SatNr, >> &x, &y, &z, &korr); >> Elsewhere in this topic, Ulrich Drepper notes that the format conversion "%s" does not match the argument &c, and therefore the source has a bug. Gcc will catch analogous mismatches in source calls to *printf(), so this case is another instance that would benefit from an enhancement to gcc to perform similar checking for *scanf(). -- -- fedora-test-list mailing list fedora-test-list@xxxxxxxxxx To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-test-list