Revision 7274f9c8
Von Sven Schöling vor etwa 13 Jahren hinzugefügt
SL/Template/OpenDocument.pm | ||
---|---|---|
389 | 389 |
|
390 | 390 |
local *OUT; |
391 | 391 |
my $dfname = $self->{"userspath"} . "/xvfb_display"; |
392 |
if (!open(OUT, ">$dfname")) {
|
|
392 |
if (!open(OUT, ">", $dfname)) {
|
|
393 | 393 |
$self->{"error"} = "Conversion to PDF failed because OpenOffice could not be started ($dfname: $!)"; |
394 | 394 |
unlink($xauthority); |
395 | 395 |
kill($pid); |
Auch abrufbar als: Unified diff
Alle 2-arg open in 3-arg open verwandelt.