* 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. |
||
---|---|---|
alliance/src | ||
dev/scripts | ||
.gitignore |
* 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. |
||
---|---|---|
alliance/src | ||
dev/scripts | ||
.gitignore |