mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2025-12-29 18:30:08 +01:00
//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:
parent
7ab636dcf0
commit
017232181f
1 changed files with 1 additions and 1 deletions
|
|
@ -816,7 +816,7 @@ AppendEntry(
|
|||
char *s, c;
|
||||
|
||||
if (*type != XrmQString)
|
||||
return;
|
||||
return False;
|
||||
|
||||
for (firstNameSeen = False; *quarks; bindings++, quarks++) {
|
||||
if (*bindings == XrmBindLoosely) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue