OpenBSD patches for dtpdmd and dtprintinfo.
Casts, #ifdefs, SIGCLD ...
This commit is contained in:
committed by
Jon Trulson
parent
d418376944
commit
76984653b4
@@ -174,7 +174,7 @@ char *DtPrinterIcon::Description()
|
||||
|
||||
sprintf(buf, "%s_Print", queue->Name());
|
||||
char *desc = DtActionDescription(buf);
|
||||
return (desc ? desc : "");
|
||||
return (desc ? desc : (char *)"");
|
||||
}
|
||||
|
||||
void DtPrinterIcon::PrintQueueUp(boolean _flag)
|
||||
|
||||
Reference in New Issue
Block a user