//bugs.freedesktop.org/show_bug.cgi?id=2205) attachment #1621

(https://bugs.freedesktop.org/attachment.cgi?id=1621): Fix missing
    return value in Xprint's resource handling. Patch by Egbert Eich
    <eich@freedesktop.org>.
This commit is contained in:
Roland Mainz 2005-01-12 02:46:37 +00:00
parent 7ab636dcf0
commit 017232181f

View file

@ -816,7 +816,7 @@ AppendEntry(
char *s, c;
if (*type != XrmQString)
return;
return False;
for (firstNameSeen = False; *quarks; bindings++, quarks++) {
if (*bindings == XrmBindLoosely) {