openbsd-ports/comms/hylafax/patches/patch-ai
1998-09-04 00:35:54 +00:00

12 lines
448 B
Plaintext

--- util/SendFaxJob.c++.orig Wed Sep 2 16:37:59 1998
+++ util/SendFaxJob.c++ Wed Sep 2 16:38:55 1998
@@ -496,7 +496,7 @@
fxBool fileSent =
client.setFormat(FaxClient::FORM_PS)
&& client.setType(FaxClient::TYPE_I) // XXX??? TYPE_A
- && client.sendZData(fd, FaxClient::storeTemp, coverDoc, emsg);
+ && client.sendZData(fd, &FaxClient::storeTemp, coverDoc, emsg);
Sys::close(fd);
if (!fileSent) {
if (emsg == "")