mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
13 lines
401 B
Plaintext
13 lines
401 B
Plaintext
--- srcx/vpsdc.cxx.orig Sun Feb 27 13:06:07 2000
|
|
+++ srcx/vpsdc.cxx Sun Feb 27 13:06:48 2000
|
|
@@ -270,7 +270,8 @@
|
|
note.Notice(msg);
|
|
}
|
|
|
|
- char* port = (_printer.GetPortrait()) ? "Portrait\n" : "Landscape\n";
|
|
+ char* port = (_printer.GetPortrait()) ? (char *)"Portrait\n" :
|
|
+ (char *)"Landscape\n";
|
|
char* papername = _printer.GetPaperName();
|
|
|
|
*pstream << "%!PS-Adobe-2.0\n"
|