Go to file
Jean-Paul Chaput 95df9fdef1 Forgotten formating string for fprintf() in various places.
* Bug:
    In some places, fprintf was called like:
        char* name;
        fprint( stderr, name );
    It should have been:
        fprint( stderr, "%s", name );
    Patch contributed by T. Maas on behalf of Fedora.
2014-07-03 14:23:18 +02:00
alliance/src Forgotten formating string for fprintf() in various places. 2014-07-03 14:23:18 +02:00
dev/scripts This commit is only to test (try 16) the mailing list. 2014-02-22 16:04:51 +01:00
.gitignore Merge branch 'devel' 2014-04-22 12:47:31 +02:00